Hi
I've installed the transmission-daemon, it works like a charm with certain tracker but some trackers will not let me connect to the tracker.
It seems like too small scrape request packets may trip SYN flood detection within some trackers (httpd servers/providers).
Issue is located at github : https://github.com/transmission/transmission/issues/964
Other users of said tracker also confirmed that increasing TCP window scaling works:
FreeBSD does not have this option (as far as I know?)
It seems like there is some patches around to make it work but I haven't tried it out yet.
Anyone having the same problem that has found an easy workaround or how to fix it? I cant find a similar sysctl setting that looks similar.
- Lars
I've installed the transmission-daemon, it works like a charm with certain tracker but some trackers will not let me connect to the tracker.
It seems like too small scrape request packets may trip SYN flood detection within some trackers (httpd servers/providers).
Issue is located at github : https://github.com/transmission/transmission/issues/964
Other users of said tracker also confirmed that increasing TCP window scaling works:
sysctl -w net.ipv4.tcp_adv_win_scale=4
(TCP windows scaling).FreeBSD does not have this option (as far as I know?)
It seems like there is some patches around to make it work but I haven't tried it out yet.
Anyone having the same problem that has found an easy workaround or how to fix it? I cant find a similar sysctl setting that looks similar.
- Lars