#
63222 |
| 10-Jun-1993 |
bostic |
4.4BSD snapshot (revision 8.1); add 1993 to copyright |
#
60359 |
| 25-May-1993 |
bostic |
trailing comment after #else or #endif |
#
56533 |
| 11-Oct-1992 |
bostic |
make kernel includes standard |
#
53687 |
| 27-May-1992 |
sklower |
remember initial so_rcv space for later |
#
53185 |
| 17-Apr-1992 |
sklower |
fix bug with specifying specific network address but defaulting tsel |
#
51266 |
| 02-Oct-1991 |
sklower |
fix typo |
#
51264 |
| 02-Oct-1991 |
sklower |
don't stomp on sockbuff sizes if already set |
#
51251 |
| 02-Oct-1991 |
sklower |
get rid of useless tp_param global structure. |
#
51213 |
| 30-Sep-1991 |
sklower |
remove back pointer to entry in tp_ref table; use tp_lref instead. |
#
51204 |
| 26-Sep-1991 |
sklower |
These changes represent a rewrite of retransmission policies to imitate the TCP algorithms more closely. More tuning and testing need to be done, but the code runs at least somewhat, and these repre
These changes represent a rewrite of retransmission policies to imitate the TCP algorithms more closely. More tuning and testing need to be done, but the code runs at least somewhat, and these represent a checkpoint
show more ...
|
#
51007 |
| 05-Sep-1991 |
sklower |
effectively merge tp_ref structure with rest of tp_pcb; this version doesn't crash, but does exhibit lumpy behavior; ack & retrans policies need to be fixed |
#
50940 |
| 30-Aug-1991 |
sklower |
paranoia about freeing a tpcb while still in the list of bound tcb's or list of children of a given TSEL |
#
50904 |
| 28-Aug-1991 |
sklower |
changes to get rid of RTC structure |
#
50648 |
| 29-Jul-1991 |
sklower |
checkpoint almost working version of kernel TP0/X.25; TP4/Cons seems to crash system still. |
#
50501 |
| 23-Jul-1991 |
sklower |
note semi-working version with only listen and bind changes |
#
50435 |
| 18-Jul-1991 |
sklower |
this changes reflect getting rid of so_tpcb. |
#
49268 |
| 06-May-1991 |
bostic |
new copyright; att/bsd/shared |
#
49258 |
| 06-May-1991 |
sklower |
tpclnp_mtu should do work for tpcons_mtu. |
#
48733 |
| 26-Apr-1991 |
sklower |
off by one error in allocating ref structures |
#
47278 |
| 12-Mar-1991 |
sklower |
fixes from mostek@cray |
#
45900 |
| 09-Jan-1991 |
sklower |
Checkpoint integration of tp_cons with UBC X.25; compiles only; not tested, probably not complete. |
#
44423 |
| 28-Jun-1990 |
sklower |
check for duplicate CR's; allow intercepting all CR's to a given nsap; not yet tested, but check in for tape anyhow |
#
39923 |
| 16-Jan-1990 |
sklower |
mitre decbit changes |
#
39196 |
| 22-Sep-1989 |
sklower |
fixes to tracing and avoiding silly window between socket layer and transport; more changes to come to usrreq and tp_send. |
#
38841 |
| 29-Aug-1989 |
sklower |
checkpoint for ``alpha tape''; tp is still a little broken. |