#296 closed feature-request (Fixed)
Allow setting TOS/QoS parameters.
Reported by: | aagaande@gmail.com | Owned by: | andar |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Core | Version: | 1.1.0_dev |
Keywords: | tos | Cc: | aagaande@gmail.com |
Description
Setting ToS can be extremely handy for routers supporting traffic shaping options etc, to allow qualifying all data as throughput for example. This becomes increasingly important as more bittorrent data is using random ports and encryption.
And it should be very easy to implement.
rtorrent (using the same library?) supports this for example: tos = default|lowdelay|throughput|reliability|mincost, tos = hex
Change the TOS of peer connections, by default set to throughput. If the option is set to default then the system default TOS is used. A hex value may be used for non-standard settings.
Change History (4)
comment:1 by , 17 years ago
Type: | bug → feature-request |
---|
comment:2 by , 17 years ago
Milestone: | → 1.1.0 |
---|---|
Version: | 0.5.9.2 → 1.1.0_dev |
comment:3 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Implemented [3604]