]> sourceware.org Git - newlib-cygwin.git/commit
This is an implementation of the client side of TCP Fast Open (TFO)
authorpkelsey <pkelsey@FreeBSD.org>
Mon, 26 Feb 2018 02:53:22 +0000 (02:53 +0000)
committerSebastian Huber <sebastian.huber@embedded-brains.de>
Fri, 24 Aug 2018 13:00:03 +0000 (15:00 +0200)
commitb4d6660d85b244191d2e507e9bdaba14ed9cca12
tree868d182cdf27c3b1de9a365acdfa0909cb676840
parentb43341334e42b30994380f74ec7c7bda4407a666
This is an implementation of the client side of TCP Fast Open (TFO)

[RFC7413]. It also includes a pre-shared key mode of operation in which
the server requires the client to be in possession of a shared secret in
order to successfully open TFO connections with that server.

The names of some existing fastopen sysctls have changed (e.g.,
net.inet.tcp.fastopen.enabled -> net.inet.tcp.fastopen.server_enable).

Reviewed by: tuexen
MFC after: 1 month
Sponsored by: Limelight Networks
Differential Revision: https://reviews.freebsd.org/D14047
newlib/libc/sys/rtems/include/netinet/tcp.h
This page took 0.030167 seconds and 5 git commands to generate.