SOCKS flood #834
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Apparently, SOCKS (e.g. Tor) can get overloaded by syn flood. I haven't experienced this but people reported it in the general chan. One suggested solution is to reduce maximumNumberOfHalfOpenConnections when using Tor. Another one is to increase MaxClientCircuitsPending in torrc.
Apparently, this can happen on Tails, the suggestion is "either remove IsolateDestAddr and IsolateDestPort or increase the MaxClientCircuitsPending but consult the manual first."
Maybe PyBitmessage can try to detect Tor config and adjust accordingly. Apparently Tor has a RPC so maybe this can be used for this purpose.
Having a large number of half-open connections is considered abuse of Tor.
Partially addressed in mailchuck@225789d01f7b1c91cce48068f892313c3d3dab7f where I reduced the value to 4. It will be addressed more thorougly during 0.8 milestone.