summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_timer.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Path MTU discovery based on NetBSD but with the decision to use the DFprovos2000-09-181-1/+19
* option TCP_NEWRENO goes away, its the default case for TCP_SACK ifprovos1999-12-211-3/+3
* Fix tcp retransmit/persist timers, provos@ OK.hugh1999-11-151-5/+11
* increase tcp_iss incrementprovos1999-09-011-2/+2
* Significant cleanups in the way TCP is made to handle multiple networkcmetz1999-07-021-5/+9
* From Tom Henderson <tomh@cs.berkeley.edu>:provos1999-04-211-1/+8
* fix NEWRENO behaviour, the newreo code assumed that the send socket buffer hasprovos1999-01-271-4/+1
* more min vs. ulmin/lmin fixesmillert1998-11-251-2/+2
* NewReno, SACK and FACK support for TCP, adapted from code for BSDIprovos1998-11-171-1/+24
* indentderaadt1997-08-261-2/+2
* use arc4random()deraadt1997-02-051-2/+3
* TCP Persist handling; from 4.4BSD Lite2 (via NetBSD PR 2335)tholo1996-09-121-1/+18
* Remove random() prototype, as it's not needed. Besides it was wrong for the alpha :-)niklas1996-07-291-4/+1
* Make TCP ISS increment by random amountstholo1996-07-291-3/+8
* From Lite2; skip slow start calculation if socket state is listentholo1996-03-141-2/+2
* From NetBSD: 960217 mergeniklas1996-03-031-2/+3
* initial import of NetBSD treederaadt1995-10-181-0/+321