#296 closed feature-request (Fixed)
Allow setting TOS/QoS parameters.
Reported by: | aagaande@… | Owned by: | andar |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Core | Version: | 1.1.0_dev |
Keywords: | tos | Cc: | aagaande@… |
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 Changed 15 years ago by anonymous
- Type changed from bug to feature-request
comment:2 Changed 15 years ago by andar
- Milestone set to 1.1.0
- Version changed from 0.5.9.2 to 1.1.0_dev
comment:3 Changed 15 years ago by andar
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Implemented [3604]