#
69643 |
| 24-May-1995 |
karels |
change t_idle to unsigned (should probably be long); two new counters |
#
66740 |
| 10-Apr-1994 |
bostic |
move tcppredack, tcppreddat, tcppcbcachemiss into the TCP stats structure Rich Stevens asked, Mike Karels agreed. |
#
65607 |
| 11-Jan-1994 |
bostic |
typo |
#
63218 |
| 10-Jun-1993 |
bostic |
4.4BSD snapshot (revision 8.1); add 1993 to copyright |
#
61335 |
| 04-Jun-1993 |
bostic |
prototype everything |
#
57947 |
| 12-Feb-1993 |
sklower |
include TUBA support for now |
#
57433 |
| 08-Jan-1993 |
andrew |
(By Sklower) checkpoint the current state of Cherenson's work. |
#
44492 |
| 28-Jun-1990 |
bostic |
new copyright notice |
#
44376 |
| 28-Jun-1990 |
karels |
from van: add rttmin; cleanup timer code, use 4x rttvar; add t_softerror; remove old compat for now |
#
34855 |
| 29-Jun-1988 |
bostic |
install approved copyright notice |
#
33614 |
| 27-Feb-1988 |
karels |
add ifdef for IP_MAXPACKET |
#
33516 |
| 22-Feb-1988 |
karels |
move stats known in 4.[23] to top on ifdef for netstat compat |
#
33447 |
| 07-Feb-1988 |
karels |
branch for FTP release (#ifdefs for non-4.3) |
#
32789 |
| 07-Dec-1987 |
bostic |
use Berkeley specific header |
#
32099 |
| 04-Sep-1987 |
karels |
two-phase slow start; pack again |
#
32034 |
| 10-Aug-1987 |
karels |
Phil Karn's retransmit algorithm, using t_rxtcur for current rexmt value; slow start from beginning if connection not local; get rtt estimate on SYN |
#
31726 |
| 30-Jun-1987 |
karels |
redo retransmit calculations as srtt + 2*smoothed variance (from Van Jacobson) |
#
30527 |
| 19-Feb-1987 |
karels |
new stats |
#
29156 |
| 05-Jun-1986 |
mckusick |
4.3BSD release version |
#
27068 |
| 13-Apr-1986 |
karels |
more correct fix for TCP FIN seq problem: need to predecrement send_nxt when resending FIN (for ack, etc.) but not retransmitting |
#
25894 |
| 13-Jan-1986 |
karels |
add flag to avoid delay of short packets (Nagle algorithm) |
#
25262 |
| 23-Oct-1985 |
karels |
maintain estimates of peer's send and receive buffer sizes; don't wait for bigger window if he hasn't got one |
#
24822 |
| 16-Sep-1985 |
karels |
move ip options to inpcb; read oob data once only; add var for smarter delack code (maybe) |
#
23197 |
| 08-Jun-1985 |
mckusick |
Add copyright |
#
17359 |
| 14-Nov-1984 |
karels |
add snd_cwndw to decrease outstanding data after a source quench |