Dnia 2012-01-02, o godz. 14:42:34
Philip Prindeville <philipp_s...@redfish-solutions.com> 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


-- 
Pozdrawiam,
 Cezary Jackiewicz
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to