On 1/2/12 3:18 PM, Cezary Jackiewicz wrote: > Dnia 2012-01-02, o godz. 14:42:34 > Philip Prindeville <[email protected]> napisaĆ(a): > >> I'm pretty sure this isn't what you want! >> >> % grep 0x02 /usr/include/netinet/ip.h >> #define IPTOS_ECN_ECT0 0x02 >> #define IPTOS_LOWCOST 0x02 >> % >> >> >> Read the comments in /usr/include/netinet/ip.h and consider that the >> original RFC-791 markings were retired 14 years ago. >> >> Sending IPTOS_LOWCOST will have some *very* unfortunate effects if you go >> through an ECN-aware router! > > Transmission defines 'lowcost' as 0x10 (line 266 in > libtransmission/session.c). > > #define IPTOS_LOWDELAY 0x10 > > in /usr/include/netinet/ip.h
LOWCOST and LOWDELAY are two different things. _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
