tcpproxy icon indicating copy to clipboard operation
tcpproxy copied to clipboard

Dropped packets when using SOCKS

Open ptitdoc opened this issue 4 years ago • 1 comments

When using SOCKS proxy for incoming traffic (using the branch https://github.com/ickerwx/tcpproxy/tree/ptitdoc-ethicomputing-merge), I noticed that some connections are staled under heavy load.

I remember similar issue in the git log regarding big packets and required increasing the read buffer.

I'm still investigating this issue as neither the exact issue nor the cause has been identified.

ptitdoc avatar Jun 25 '21 07:06 ptitdoc

You can try my fork and see if the problem exists: https://github.com/shunf4/tcpproxy/tree/shunf4_mod_ng

This fork didn't do many changes to the original main branch.

shunf4 avatar Jul 14 '21 08:07 shunf4