#
68167 |
| 09-Jan-1995 |
cgd |
64-bit changes -- ioctl cmds are u_longs. |
#
63231 |
| 10-Jun-1993 |
bostic |
4.4BSD snapshot (revision 8.1); add 1993 to copyright |
#
60358 |
| 25-May-1993 |
bostic |
trailing comment after #else or #endif |
#
56534 |
| 11-Oct-1992 |
bostic |
make kernel includes standard |
#
50238 |
| 27-Jun-1991 |
sklower |
make compile under both new and old vm system |
#
44507 |
| 28-Jun-1990 |
bostic |
new copyright notice |
#
41919 |
| 14-May-1990 |
sklower |
new convention for who frees ancillary data |
#
40797 |
| 05-Apr-1990 |
sklower |
access rights special case of ancillary data |
#
37653 |
| 05-May-1989 |
mckusick |
get rid of unneeded include files |
#
37473 |
| 22-Apr-1989 |
sklower |
changes for var. length sockaddrs, routing lookup changes, checkpoint at first working tp4 connection, before gnodes |
#
35797 |
| 12-Oct-1988 |
sklower |
checkpoint version with mbuf changes before var sockaddrs |
#
34856 |
| 29-Jun-1988 |
bostic |
install approved copyright notice |
#
34486 |
| 25-May-1988 |
karels |
in attach, don't set sockbuf limits if set (from sonewconn); lint |
#
33719 |
| 12-Mar-1988 |
karels |
we get our own copy of xxx_timer.h (I don't want to debug TCP and SPP simultaneously!) |
#
33637 |
| 03-Mar-1988 |
sklower |
Three bug fixes from/with torek: dupacks check was one off; ssthresh was not scaled; the code to remove multiple acked packets was wrong; also some minor de-linting. |
#
33371 |
| 20-Jan-1988 |
sklower |
Change licensing/use notice. |
#
32597 |
| 05-Nov-1987 |
sklower |
This incorporates recent tcp strategies of Karels/Jacobson: slow start, clamped rxmt, binary fixed point rtt smoothing. Works on sun 3.X |
#
29925 |
| 28-Oct-1986 |
karels |
need systm.h for insque |
#
29171 |
| 05-Jun-1986 |
mckusick |
4.3BSD release version |
#
25623 |
| 18-Dec-1985 |
sklower |
if request to send oobd denied don't free mbuf twice; Be careful to calculate free space using signed arithmetic. |
#
25334 |
| 30-Oct-1985 |
sklower |
1.) If not using delayed acks, must still ack packets which are otherwise dropped as duplicates. 2.) Kernel should return error on illegal socket option requests. (or pass them further down the layer
1.) If not using delayed acks, must still ack packets which are otherwise dropped as duplicates. 2.) Kernel should return error on illegal socket option requests. (or pass them further down the layers at some future date?)
show more ...
|
#
25168 |
| 11-Oct-1985 |
sklower |
Bug in deciding to retransmit a packet. |
#
25037 |
| 26-Sep-1985 |
sklower |
Fix retransmisssion, out of band bugs. |
#
24732 |
| 13-Sep-1985 |
sklower |
1. when raising windows, let those frozen out know 2. allow an option for two way shakes instead of three way shakes on open 3. clear OOB indications, but not on peeks 4. make sure that when calculat
1. when raising windows, let those frozen out know 2. allow an option for two way shakes instead of three way shakes on open 3. clear OOB indications, but not on peeks 4. make sure that when calculating windows it does so with signed arith.
show more ...
|
#
24615 |
| 07-Sep-1985 |
sklower |
Pay lip service to interface tracing, ctlinput now expects sockaddrs in response to imp stuff, add option for larger mtu's (default is now and was supposed to be 576 bytes). |