search for: iptos_class_cs0

Displaying 2 results from an estimated 2 matches for "iptos_class_cs0".

Did you mean: iptos_class_cs1
2011 Feb 09
6
[Bug 1856] New: Wrong QoS naming and obsolete defaults
...ion: All Status: NEW Severity: normal Priority: P2 Component: Miscellaneous AssignedTo: unassigned-bugs at mindrot.org ReportedBy: philipp at redfish-solutions.com The files defines.h and misc.c refer to the wrong constants. It should be: IPTOS_CLASS_CS0 and not: IPTOS_DSCP_CS0 (etc for 0..7). These constants are externally defined in /usr/include/netinet/ip.h in glibc 2.12 and later. Add: #define IPTOS_CLASS_DEFAULT IPTOS_CLASS_CS0 Also, the table ipqos[] should probably include: { "none", IPTOS_CLASS_DEFAULT }, Lastly, the ToS...
2011 Dec 18
10
[Bug 1964] New: QoS/DSCP names false translated to ToS hex value
https://bugzilla.mindrot.org/show_bug.cgi?id=1964 Bug #: 1964 Summary: QoS/DSCP names false translated to ToS hex value Classification: Unclassified Product: Portable OpenSSH Version: 5.9p1 Platform: amd64 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: ssh