public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/10789] New: netinet/ip.h lacks DSCP definitions
@ 2009-10-16 18:19 philipp at redfish-solutions dot com
  2009-10-16 18:22 ` [Bug libc/10789] " philipp at redfish-solutions dot com
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: philipp at redfish-solutions dot com @ 2009-10-16 18:19 UTC (permalink / raw)
  To: glibc-bugs

TOS and Precedence are obsolete, and most of the Internet uses DSCP marking.

For programs to more easily be modified to use DSCP markings, standard header
definitions should be added to include these.

-- 
           Summary: netinet/ip.h lacks DSCP definitions
           Product: glibc
           Version: 2.9
            Status: NEW
          Severity: minor
          Priority: P3
         Component: libc
        AssignedTo: drepper at redhat dot com
        ReportedBy: philipp at redfish-solutions dot com
                CC: glibc-bugs at sources dot redhat dot com
 GCC build triplet: x86_64-unknown-linux-gnu
  GCC host triplet: x86_64-unknown-linux-gnu
GCC target triplet: x86_64-unknown-linux-gnu


http://sourceware.org/bugzilla/show_bug.cgi?id=10789

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug libc/10789] netinet/ip.h lacks DSCP definitions
  2009-10-16 18:19 [Bug libc/10789] New: netinet/ip.h lacks DSCP definitions philipp at redfish-solutions dot com
@ 2009-10-16 18:22 ` philipp at redfish-solutions dot com
  2009-10-16 20:06 ` philipp at redfish-solutions dot com
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 7+ messages in thread
From: philipp at redfish-solutions dot com @ 2009-10-16 18:22 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From philipp at redfish-solutions dot com  2009-10-16 18:22 -------
Created an attachment (id=4292)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=4292&action=view)
Patch for netinet/ip.h to add DSCP definitions


-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=10789

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug libc/10789] netinet/ip.h lacks DSCP definitions
  2009-10-16 18:19 [Bug libc/10789] New: netinet/ip.h lacks DSCP definitions philipp at redfish-solutions dot com
  2009-10-16 18:22 ` [Bug libc/10789] " philipp at redfish-solutions dot com
@ 2009-10-16 20:06 ` philipp at redfish-solutions dot com
  2009-10-16 20:19 ` philipp at redfish-solutions dot com
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 7+ messages in thread
From: philipp at redfish-solutions dot com @ 2009-10-16 20:06 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From philipp at redfish-solutions dot com  2009-10-16 20:06 -------
Created an attachment (id=4294)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=4294&action=view)
Patch for netinet/ip.h to add DSCP definitions

Includes Copyright update.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
Attachment #4292 is|0                           |1
           obsolete|                            |


http://sourceware.org/bugzilla/show_bug.cgi?id=10789

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug libc/10789] netinet/ip.h lacks DSCP definitions
  2009-10-16 18:19 [Bug libc/10789] New: netinet/ip.h lacks DSCP definitions philipp at redfish-solutions dot com
  2009-10-16 18:22 ` [Bug libc/10789] " philipp at redfish-solutions dot com
  2009-10-16 20:06 ` philipp at redfish-solutions dot com
@ 2009-10-16 20:19 ` philipp at redfish-solutions dot com
  2009-10-28 21:53 ` philipp at redfish-solutions dot com
  2009-10-29 17:41 ` drepper at redhat dot com
  4 siblings, 0 replies; 7+ messages in thread
From: philipp at redfish-solutions dot com @ 2009-10-16 20:19 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From philipp at redfish-solutions dot com  2009-10-16 20:19 -------
Created an attachment (id=4295)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=4295&action=view)
Patch for netinet/ip.h to add DSCP definitions

Hopefully the last.  :-)  Added ECN definitions as well, though ECN isn't very
useful in user-space, except perhaps to tcpdump, etc.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
Attachment #4294 is|0                           |1
           obsolete|                            |


http://sourceware.org/bugzilla/show_bug.cgi?id=10789

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug libc/10789] netinet/ip.h lacks DSCP definitions
  2009-10-16 18:19 [Bug libc/10789] New: netinet/ip.h lacks DSCP definitions philipp at redfish-solutions dot com
                   ` (2 preceding siblings ...)
  2009-10-16 20:19 ` philipp at redfish-solutions dot com
@ 2009-10-28 21:53 ` philipp at redfish-solutions dot com
  2009-10-29 17:41 ` drepper at redhat dot com
  4 siblings, 0 replies; 7+ messages in thread
From: philipp at redfish-solutions dot com @ 2009-10-28 21:53 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From philipp at redfish-solutions dot com  2009-10-28 21:53 -------
See also:

http://sourceware.org/ml/libc-alpha/2009-10/msg00038.html


-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=10789

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug libc/10789] netinet/ip.h lacks DSCP definitions
  2009-10-16 18:19 [Bug libc/10789] New: netinet/ip.h lacks DSCP definitions philipp at redfish-solutions dot com
                   ` (3 preceding siblings ...)
  2009-10-28 21:53 ` philipp at redfish-solutions dot com
@ 2009-10-29 17:41 ` drepper at redhat dot com
  4 siblings, 0 replies; 7+ messages in thread
From: drepper at redhat dot com @ 2009-10-29 17:41 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From drepper at redhat dot com  2009-10-29 17:41 -------
I've applied the patch.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


http://sourceware.org/bugzilla/show_bug.cgi?id=10789

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug libc/10789] netinet/ip.h lacks DSCP definitions
       [not found] <bug-10789-131@http.sourceware.org/bugzilla/>
@ 2014-07-01  5:40 ` fweimer at redhat dot com
  0 siblings, 0 replies; 7+ messages in thread
From: fweimer at redhat dot com @ 2014-07-01  5:40 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=10789

Florian Weimer <fweimer at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|                            |security-

-- 
You are receiving this mail because:
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-07-01  5:40 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-10-16 18:19 [Bug libc/10789] New: netinet/ip.h lacks DSCP definitions philipp at redfish-solutions dot com
2009-10-16 18:22 ` [Bug libc/10789] " philipp at redfish-solutions dot com
2009-10-16 20:06 ` philipp at redfish-solutions dot com
2009-10-16 20:19 ` philipp at redfish-solutions dot com
2009-10-28 21:53 ` philipp at redfish-solutions dot com
2009-10-29 17:41 ` drepper at redhat dot com
     [not found] <bug-10789-131@http.sourceware.org/bugzilla/>
2014-07-01  5:40 ` fweimer at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).