thrnz
thrnz
I've noticed that the way libtorrent handles undersized uTP packets is different than that of libutp and the original [RFC](https://datatracker.ietf.org/doc/html/rfc896) introducing Nagle's algorithm, and introduces a potential delay of up...
Currently the time of the next uTP timeout is set on socket creation, when a packet is received, and every time the timeout itself happens. If a packet is sent...
The size of libtorrent's uTP selective ACK payload appears to be rounded up to the nearest byte, however BEP 29 defines it as 'a bitmask of at least 32 bits,...
[BEP 29](https://www.bittorrent.org/beps/bep_0029.html) says that the selective ACK 'payload is a bitmask of at least 32 bits, in multiples of 32 bits.' If I'm reading the code correctly, libtorrent appears to...
PrivacyBadger has decided to block *.steamstatic.com, breaking steampowred.com. It might possibly fall under issue #551, as I can't see any cookies being set by steamstatic.com, and am unsure why it...