History log of /csrg-svn/sys/netinet/tcp_output.c (Results 1 – 25 of 111)
Revision Date Author Comments
# 69640 24-May-1995 karels

do not send FIN before end of data if options cause us not to send all data;
do not bother to send an empty segment if we cannot allocate an mbuf for data.


# 65262 30-Dec-1993 mckusick

don't send FIN along with one byte of data (from dab@cray.com)


# 64175 10-Aug-1993 mckusick

when generating an ACK-only TCP packet, TCP should always fill in the
sequence number with the highest sequence number that it has ever sent
(except if it is doing a zero window probe). (from dab@c

when generating an ACK-only TCP packet, TCP should always fill in the
sequence number with the highest sequence number that it has ever sent
(except if it is doing a zero window probe). (from dab@cray.com)

show more ...


# 63218 10-Jun-1993 bostic

4.4BSD snapshot (revision 8.1); add 1993 to copyright


# 61335 04-Jun-1993 bostic

prototype everything


# 59038 10-Apr-1993 karels

if resending SYN, use the same sequence number as last time
(fixes bug when re-sending SYN in SYN_RECEIVED state due to crossing SYNs)


# 57947 12-Feb-1993 sklower

include TUBA support for now


# 57666 22-Jan-1993 andrew

per Tom Skibo, remove experimental SACK options code


# 57433 08-Jan-1993 andrew

(By Sklower) checkpoint the current state of Cherenson's work.


# 56531 11-Oct-1992 bostic

make kernel includes standard


# 52515 15-Feb-1992 torek

have to use bcopy as short may be unaligned


# 45169 31-Aug-1990 karels

don't send extra acks if sockbuf is over-extended


# 44486 28-Jun-1990 bostic

new copyright notice


# 44380 28-Jun-1990 karels

from van: put common tests first; rearrange to minimize tests;
slow start after idle time; set up output for later use of properly-laid-out
data mbuf; hide transient errors in output in softerror if

from van: put common tests first; rearrange to minimize tests;
slow start after idle time; set up output for later use of properly-laid-out
data mbuf; hide transient errors in output in softerror if connected

show more ...


# 40685 03-Apr-1990 karels

change "35% rule" to 50%, as its just a backstop; don't check
whether receiver is caught up for window update/ack; patchable ttl


# 37317 08-Apr-1989 karels

MIN->min; use max_linkhdr


# 36777 15-Feb-1989 karels

update branch


# 34855 29-Jun-1988 bostic

install approved copyright notice


# 34500 26-May-1988 karels

lint


# 33785 24-Mar-1988 karels

7.15 applied to branch


# 33783 24-Mar-1988 karels

don't confuse negative sbspace with large window


# 33620 29-Feb-1988 karels

use just one mbuf when sending small data segments;
truncate sbspace to our max window


# 33604 27-Feb-1988 karels

truncate window to max we can support


# 33447 07-Feb-1988 karels

branch for FTP release (#ifdefs for non-4.3)


# 33446 07-Feb-1988 karels

simulate quench when ip_output returns ENOBUFS; cleanup ENOBUFS
error masking


12345