This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/10315] New: UDP_CORK socket option is missing in udp.h


According to "man udp" on a Linux (Fedora 9) , running 2.6.25-14 kernel, (2.78
of the Linux man-pages), there should be a UDP_CORK socket option. This is true 
since Linux 2.5.44 kernel, as mentioned there. However, the
/usr/include/netinet/udp.h of glibc_header does not include this UDP_CORK
declaration. I checked also with 2.10 of glibc , and sysdeps/gnu/netinet/udp.h
does not include this UDP_CORK declaration. (BTW, the TCP_CORK option **does**
exists in tcp.h)

-- 
           Summary: UDP_CORK socket option is missing in udp.h
           Product: glibc
           Version: 2.10
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
        AssignedTo: drepper at redhat dot com
        ReportedBy: wkevils at gmail dot com
                CC: glibc-bugs at sources dot redhat dot com


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

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]