Pls document relay with restricted socket count
There is documentation in the Tor manual about how to alleviate the problem of constrained socket memory (ConstrainedSockets, ConstrainedSockSize), but not about a restricted number of sockets. The problem of a restricted number of TCP sockets is particularly acute in OpenVZ VPSs. A vendor may offer a great deal of bandwidth, but then restrict the practical use of it by imposing a low limit on the number of sockets in use. So... how do I tell my relay to use no more than n TCP sockets? ------------------------------------- ``` # cat /proc/user_beancounters | grep sock numtcpsock 3 4 3000 3000 othersockbuf 46240 108960 20571088 28942177 numothersock 42 56 3000 3000 ``` **Trac**: **Username**: tmpname0901
issue