#
30524 |
| 19-Feb-1987 |
karels |
new stats; change keepalives to use rcv_nxt instead of rcv_nxt-1 with no data (so we won't ignore the resets) |
#
29153 |
| 05-Jun-1986 |
mckusick |
4.3BSD release version |
#
27193 |
| 19-Apr-1986 |
karels |
fix up FIN_WAIT_2 timeout: don't send keepalives, as the reset won't be received, but will reset idle time; don't reset idle time unless packet received |
#
27059 |
| 12-Apr-1986 |
karels |
rename tcp compat so can use separately |
#
26989 |
| 01-Apr-1986 |
karels |
readjust timer values so rerouting on connection attempt happens before timeout |
#
26118 |
| 08-Feb-1986 |
karels |
ifdefs for 4.2 compat |
#
25888 |
| 13-Jan-1986 |
karels |
faster backoff: multiply by beta, increase backoff (nearer exponential), convert to int |
#
25509 |
| 20-Nov-1985 |
karels |
change tcp notification of transmission problems so that ip can delete routes created by redirect that have gone bad |
#
24819 |
| 16-Sep-1985 |
karels |
more retransmits (wait longer than routed!); close FIN_WAIT_2's if user has closed and is inactive; fix comments |
#
23194 |
| 08-Jun-1985 |
mckusick |
Add copyright |
#
21120 |
| 27-May-1985 |
karels |
don't cancel round-trip timer on REXMT until 1 successful measurement |
#
17362 |
| 14-Nov-1984 |
karels |
reallocate route if losing |
#
17315 |
| 01-Nov-1984 |
karels |
don't loop in slowtimo if inpcb has no tcpcb |
#
17314 |
| 31-Oct-1984 |
karels |
fix round-trip timing: rexmt timer shouldn't screw rtt up, but careful when retransmitting timed segment |
#
17064 |
| 29-Aug-1984 |
bloom |
Include file changes. No more ../h |
#
14242 |
| 29-Jul-1983 |
sam |
4.2 distribution |
#
12764 |
| 27-May-1983 |
sam |
lint |
#
10896 |
| 10-Feb-1983 |
sam |
remove /usr/include dependencies |
#
10396 |
| 17-Jan-1983 |
sam |
stuff from bill to insure no references are kept to free'd cb's |
#
10144 |
| 04-Jan-1983 |
sam |
clean some stuff up and purge some crud |
#
8697 |
| 20-Oct-1982 |
root |
lint |
#
8640 |
| 17-Oct-1982 |
root |
lint |
#
8404 |
| 09-Oct-1982 |
wnj |
localize header files |
#
8315 |
| 05-Oct-1982 |
root |
m_get inits m_off; remove TCPTRUEOOB |
#
7302 |
| 26-Jun-1982 |
sam |
use <errno.h> |