summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove maxburst feature from tcp_outputjan2021-02-081-3/+1
* Received SACK options are managed by a linked list at the TCP socket.bluhm2019-07-101-2/+3
* Add the TCP socket option TCP_NOPUSH to delay sending the stream.bluhm2013-08-121-1/+2
* increase heat in the hackathon room by making sure everybody has to recompilehenning2013-06-021-14/+14
* Fix pr 6192: make netinet/tcp.h follow SUSv4 namespace rules byguenther2010-10-231-3/+9
* use underscore variants of _BYTE_ORDER macros which are always definedtedu2006-04-271-3/+3
* in ansi c, bitfields must be done against int, unsigned int, or _Bool.deraadt2005-12-101-3/+3
* check TF_SIGNATURE when calculating the mss; add TCPOLEN_SIGLEN andmarkus2004-02-101-1/+2
* rename tcp sockopt TCP_SIGNATURE_ENABLE to TCP_MD5SIGhenning2004-01-311-2/+2
* !sack_disable -> sack_enable; ok deraadt@markus2004-01-311-2/+2
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* whitespaceitojun2002-06-091-2/+2
* bring in ECN support from KAME.kjc2002-05-161-1/+3
* Inclusion protection.angelos2001-06-091-2/+2
* Added support for TCP MD5 option (RFC 2385).cmetz1999-07-061-1/+4
* Fixed a #ifdef defined()... typo that turned into a compilation failure.cmetz1999-07-021-4/+6
* netinet merge of NRL stuff. some indent and shrinkage needed; NRL/cmetzderaadt1999-01-111-1/+9
* indentderaadt1999-01-071-2/+2
* do not require userland programs to define cpp variables, that is stupidderaadt1998-11-181-7/+1
* NewReno, SACK and FACK support for TCP, adapted from code for BSDIprovos1998-11-171-1/+19
* OpenBSD tags + some prototyping policeniklas1997-02-241-0/+1
* initial import of NetBSD treederaadt1995-10-181-0/+100