rakshasa / rtorrent

rTorrent BitTorrent client
https://github.com/rakshasa/rtorrent/wiki
GNU General Public License v2.0
4.07k stars 408 forks source link

Settings tos does nothing #1074

Open dolohow opened 3 years ago

dolohow commented 3 years ago

When setting

network.tos.set

to 0x38 or does nothing. I examined traffic in wireshark and DSCP is always set to 0x00.

Also, when using throughput DSCP is set to 0x00 or 0x02, later means ECN congestion enabled.

What am I doing wrong? Is setting TOS broken? I want to mark torrent traffic for QoS.

rakshasa commented 3 years ago

It's an old feature, so would need to create proper CI tests to verify if this works.