#
7267 |
| 24-Jun-1982 |
wnj |
fixed bug in handling of tcp urgent |
#
7243 |
| 20-Jun-1982 |
sam |
purge COUNT stuff now that we can use gprof |
#
6509 |
| 10-Apr-1982 |
sam |
purge so_addr from socket structure and start cleaning up raw code |
#
6434 |
| 01-Apr-1982 |
wnj |
sowwakeup when so->so_snd.sb_sel |
#
6351 |
| 29-Mar-1982 |
sam |
first cut (incomplete) at routing |
#
6320 |
| 26-Mar-1982 |
wnj |
#if vax --> #if vax || pdp11; also tp = 0 before goto drop's |
#
6303 |
| 24-Mar-1982 |
root |
fix keep alives and timeouts: checksum problem and doing keeps on all connections by mistake (still needs more work to do keeps more persistantly!) |
#
6266 |
| 19-Mar-1982 |
wnj |
clear tp before going to send a reset after tcp_close |
#
6211 |
| 15-Mar-1982 |
wnj |
interfac queueing, restrictions on packets, tcp keep alives done properly, bug fix to raw |
#
6161 |
| 13-Mar-1982 |
sam |
lint |
#
6116 |
| 11-Mar-1982 |
wnj |
minor bug fixes |
#
6093 |
| 10-Mar-1982 |
root |
fix bug that scrogged buffer offsets |
#
6090 |
| 09-Mar-1982 |
wnj |
fix bug in tcp_input using m->m_off -= instead of m_drop |
#
6028 |
| 03-Mar-1982 |
root |
wildcard addresses |
#
5994 |
| 27-Feb-1982 |
wnj |
multi-homing and wildcards |
#
5951 |
| 25-Feb-1982 |
wnj |
fix rexmt timeouts |
#
5896 |
| 19-Feb-1982 |
wnj |
let closing user proceed with disconnect when fin is acked. |
#
5690 |
| 03-Feb-1982 |
wnj |
bug fixes (but PERSIST still screwy) |
#
5623 |
| 25-Jan-1982 |
wnj |
fix race condition |
#
5547 |
| 18-Jan-1982 |
wnj |
out-of-band fixed up |
#
5440 |
| 17-Jan-1982 |
wnj |
more work on out-of-band |
#
5419 |
| 17-Jan-1982 |
wnj |
attempt at out of band |
#
5391 |
| 13-Jan-1982 |
wnj |
a number of minor changes |
#
5357 |
| 07-Jan-1982 |
root |
pull snd_nxt along when increasing snd_una |
#
5307 |
| 23-Dec-1981 |
root |
new m_pullup (returning m) fix to way REXMT timers are cancelled |