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