steeve / torrent2http

Torrent to HTTP client for https://github.com/steeve/xbmctorrent
GNU General Public License v3.0
75 stars 25 forks source link

torrent2http crashing wifi router #10

Open WilliamH1 opened 10 years ago

WilliamH1 commented 10 years ago

Hi Steeve,

When I use XBMCtorrent or Stream 1.4.4 (both using torrent2http) on a raspberry pi / openelec 4.0.5 and starts a download, my wifi router crashes because too many sessions are started to local port 9050. Error messages on router (multiple): 192.168.1.1 exceeds the max. number of session per host!

After a while the wifi router stops operating affecting whole wifi network (not only the raspberry), only a reboot or login per ethernet cable (deactivate/activate wifi) will get the whole wifi network back in operation.

How can we limit the sessions/connections (incoming and outgoing)?

Cheers WilliamH1