outline-sdk icon indicating copy to clipboard operation
outline-sdk copied to clipboard

Direct StreamDialer not working with lwIP device

Open mklnz opened this issue 5 months ago • 1 comments

I'm doing some testing based on the examples in x/outline-cli to read/write IP Packets from/to a TUN device. I have gotten the example working with shadowsocks.NewStreamDialer, but I'm unable to get it working with the direct transport.TCPDialer (for bypassing certain hosts).

It seems to get stuck in the relay function in lwip2transport.

Am I missing something here? Or further implementation is required? I will diagnose further but just thought to check in whether someone has attempted this before.

mklnz avatar Sep 06 '24 03:09 mklnz