summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_output.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* option TCP_NEWRENO goes away, its the default case for TCP_SACK ifprovos1999-12-211-3/+3
* never go into persist mode if there are still segments to be retransmitted.provos1999-12-151-1/+14
* sync DIAGNOSTIC code with reality. we always get cluster mbuf soitojun1999-12-101-2/+2
* bring in KAME IPv6 code, dated 19991208.itojun1999-12-081-49/+40
* typo; gbayley@ausmac.netderaadt1999-12-021-2/+2
* Fix tcp retransmit/persist timers, provos@ OK.hugh1999-11-151-1/+3
* Add comment about gettdb() and spl level.ho1999-11-041-1/+3
* Added support for TCP MD5 option (RFC 2385).cmetz1999-07-061-1/+127
* Fixed compilation problems when INET6 is enabled.cmetz1999-07-061-2/+3
* indentderaadt1999-07-031-7/+7
* Fixed a #ifdef defined()... typo that turned into a compilation failure.cmetz1999-07-021-5/+5
* Significant cleanups in the way TCP is made to handle multiple networkcmetz1999-07-021-89/+120
* netinet merge of NRL stuff. some indent and shrinkage needed; NRL/cmetzderaadt1999-01-111-25/+104
* more min vs. ulmin/lmin fixesmillert1998-11-251-4/+4
* Must use lmin() not min() when comparing longs. Fixes alphamillert1998-11-251-2/+2
* 64-bit clean upprovos1998-11-181-5/+5
* NewReno, SACK and FACK support for TCP, adapted from code for BSDIprovos1998-11-171-14/+239
* - fix three bugs pointed out in Stevens, i.a. updating timestamps correctlyprovos1998-10-281-5/+5
* first step to the setsockopt/getsockopt interface as described inprovos1998-05-181-2/+2
* bad types; wileyc@sekiya.twics.co.jpderaadt1998-02-031-2/+2
* Add missing (implied) int to a variable declaration; thorpejderaadt1997-11-241-2/+2
* indentderaadt1997-08-261-16/+16
* ensure urgent is within window; TCP/IP Illustrated Vol 2, checked by Andreas.Gunnarsson@emw.ericsson.sederaadt1997-06-191-3/+6
* Close TCP receive window when we cannot receive data; suggested by Darrentholo1996-09-121-3/+5
* TCP Persist handling; from 4.4BSD Lite2 (via NetBSD PR 2335)tholo1996-09-121-5/+8
* Fix from Lite2tholo1996-03-141-5/+8
* From NetBSD: 960217 mergeniklas1996-03-031-1/+7
* initial import of NetBSD treederaadt1995-10-181-0/+604