summaryrefslogtreecommitdiff
path: root/sys/netinet/tcp_timer.c
AgeCommit message (Expand)Author
2001-06-08Cut down on include files.Angelos D. Keromytis
2001-05-31Two fixes from Stevens via davidg@freebsd, bug report byNiels Provos
2000-12-13more random tcp sequence numbers. okay deraadt@, angelos@Niels Provos
2000-12-12only disable path mtu for established connections that have data to send.Niels Provos
2000-12-11turn off path mtu when icmp needfrag messages get blocked, okay itojun@Niels Provos
2000-09-18Path MTU discovery based on NetBSD but with the decision to use the DFNiels Provos
1999-12-21option TCP_NEWRENO goes away, its the default case for TCP_SACK ifNiels Provos
1999-11-15Fix tcp retransmit/persist timers, provos@ OK.Hugh Graham
1999-09-01increase tcp_iss incrementNiels Provos
1999-07-02Significant cleanups in the way TCP is made to handle multiple networkcmetz
1999-04-21From Tom Henderson <tomh@cs.berkeley.edu>:Niels Provos
1999-01-27fix NEWRENO behaviour, the newreo code assumed that the send socket buffer hasNiels Provos
1998-11-25more min vs. ulmin/lmin fixesTodd C. Miller
1998-11-17NewReno, SACK and FACK support for TCP, adapted from code for BSDINiels Provos
1997-08-26indentTheo de Raadt
1997-02-05use arc4random()Theo de Raadt
1996-09-12TCP Persist handling; from 4.4BSD Lite2 (via NetBSD PR 2335)Thorsten Lockert
1996-07-29Remove random() prototype, as it's not needed. Besides it was wrong for the ...Niklas Hallqvist
1996-07-29Make TCP ISS increment by random amountsThorsten Lockert
1996-03-14From Lite2; skip slow start calculation if socket state is listenThorsten Lockert
1996-03-03From NetBSD: 960217 mergeNiklas Hallqvist
1995-10-18initial import of NetBSD treeTheo de Raadt