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 network/15003] New: Define TCP_FASTOPEN


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

             Bug #: 15003
           Summary: Define TCP_FASTOPEN
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: network
        AssignedTo: unassigned@sourceware.org
        ReportedBy: federico.dev@reghe.net
    Classification: Unclassified


>From kernel 3.6 there is the new TCP_FASTOPEN constant defined in <linux/tcp.h>
to permit TCP Fast Open connection as described in this article:
https://lwn.net/Articles/508865/

That costant should be defined also in glibc, to permit set it with
setsockopt(). I think the file is /sysdeps/gnu/netinet/tcp.h, but I'm not sure.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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