aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/tcp_fastopen.h
Commit message (Expand)AuthorAgeFilesLines
* sockets: remove unused KPIs to manipulate socketsGleb Smirnoff2024-03-181-0/+1
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* Use stub inline functions for no-op versions of tcp_fastopen*().John Baldwin2022-04-091-8/+43
* Greatly reduce the number of #ifdefs supporting the TCP_RFC7413 kernel option.Patrick Kelsey2018-02-261-0/+19
* This is an implementation of the client side of TCP Fast Open (TFO)Patrick Kelsey2018-02-261-7/+49
* Implementation of server-side TCP Fast Open (TFO) [RFC7413].Patrick Kelsey2015-12-241-0/+47