#
69644 |
| 24-May-1995 |
karels |
changes to randomize iss (somewhat); use a random component in the increment. Increase rate of periodic increment, but leave the per-connection increment about the same. Small cleanup in code to han
changes to randomize iss (somewhat); use a random component in the increment. Increase rate of periodic increment, but leave the per-connection increment about the same. Small cleanup in code to handle bad (e.g. spoofed) SYN: remove redundant code, add counter (perhaps should count only if SYN is set), and simplify slightly for RST.
show more ...
|
#
63218 |
| 10-Jun-1993 |
bostic |
4.4BSD snapshot (revision 8.1); add 1993 to copyright |
#
61335 |
| 04-Jun-1993 |
bostic |
prototype everything |
#
60347 |
| 24-May-1993 |
torek |
pedantically ANSI, i.e., nothing after #else/#endif |
#
59132 |
| 18-Apr-1993 |
mckusick |
replace tcp_ttl with sysctl setable ip_defttl |
#
57433 |
| 08-Jan-1993 |
andrew |
(By Sklower) checkpoint the current state of Cherenson's work. |
#
56564 |
| 15-Oct-1992 |
sklower |
/sys/sys/socketvar.h was spelled <socketvar.h> instead of <sys/socketvar.h>, for example |
#
56531 |
| 11-Oct-1992 |
bostic |
make kernel includes standard |
#
54810 |
| 08-Jul-1992 |
karels |
(by sklower ...) abort connection attempt early in presence of multiple retransmissions and errors |
#
52516 |
| 15-Feb-1992 |
mckusick |
have to include proc.h before socketvar.h |
#
45676 |
| 01-Dec-1990 |
karels |
don't assume default sendpipesize |
#
44966 |
| 25-Jul-1990 |
karels |
init m_pkthdr in tcp_respond (esp when prev. len was larger) |
#
44488 |
| 28-Jun-1990 |
bostic |
new copyright notice |
#
44378 |
| 28-Jun-1990 |
karels |
from van: update rtentry appropriately on close; patchable mss, rtt defaults; per-connection mss, rtt; avoid dtom; add soft error handling |
#
40691 |
| 03-Apr-1990 |
karels |
new ctlinput, matches local port/addr when appropriate |
#
36778 |
| 15-Feb-1989 |
karels |
update copyright on branch |
#
35794 |
| 12-Oct-1988 |
karels |
mark state of kernel before variable length sockaddrs (by sklower). |
#
34855 |
| 29-Jun-1988 |
bostic |
install approved copyright notice |
#
33447 |
| 07-Feb-1988 |
karels |
branch for FTP release (#ifdefs for non-4.3) |
#
32789 |
| 07-Dec-1987 |
bostic |
use Berkeley specific header |
#
32374 |
| 09-Oct-1987 |
karels |
init t_rxtcur |
#
32101 |
| 04-Sep-1987 |
karels |
two-phase slow start; don't wait for mbufs from intr. |
#
31977 |
| 30-Jul-1987 |
karels |
t_tcpopt is gone |
#
31757 |
| 03-Jul-1987 |
karels |
typo |
#
31727 |
| 30-Jun-1987 |
karels |
remove patchable keeplen, put old keepalives on opt TCP_COMPAT_42 |