summaryrefslogtreecommitdiff
path: root/sys/netinet/tcp.h
AgeCommit message (Expand)Author
2005-12-10in ansi c, bitfields must be done against int, unsigned int, or _Bool.Theo de Raadt
2004-02-10check TF_SIGNATURE when calculating the mss; add TCPOLEN_SIGLEN andMarkus Friedl
2004-01-31rename tcp sockopt TCP_SIGNATURE_ENABLE to TCP_MD5SIGHenning Brauer
2004-01-31!sack_disable -> sack_enable; ok deraadt@Markus Friedl
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-06-09whitespaceJun-ichiro itojun Hagino
2002-05-16bring in ECN support from KAME.Kenjiro Cho
2001-06-09Inclusion protection.Angelos D. Keromytis
1999-07-06Added support for TCP MD5 option (RFC 2385).cmetz
1999-07-02Fixed a #ifdef defined()... typo that turned into a compilation failure.cmetz
1999-01-11netinet merge of NRL stuff. some indent and shrinkage needed; NRL/cmetzTheo de Raadt
1999-01-07indentTheo de Raadt
1998-11-18do not require userland programs to define cpp variables, that is stupidTheo de Raadt
1998-11-17NewReno, SACK and FACK support for TCP, adapted from code for BSDINiels Provos
1997-02-24OpenBSD tags + some prototyping policeNiklas Hallqvist
1995-10-18initial import of NetBSD treeTheo de Raadt