History log of /csrg-svn/sys/netinet/tcp_input.c (Results 51 – 75 of 169)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 29149 05-Jun-1986 mckusick

4.3BSD release version

# 27190 19-Apr-1986 karels

allow OOB data to be received in-line

# 26824 12-Mar-1986 karels

watch out for persist state: don't set REXMT if persisting,
need to call output if we receive ack for all data (may need to persist then).

# 26386 23-Feb-1986 karels

lint

# 26057 03-Feb-1986 karels

half-open connection correction: ack SYN's not in the window;
turn on the "notyet" delay of tcp_output call if not needed

# 25939 22-Jan-1986 karels

careful with sequence number arithmetic vs. window sizes
(u_long vs. int vs. u_short); don't lose mbufs on failure part thru new
connection setup from LISTEN; use tiflags consistently; add missing AC

careful with sequence number arithmetic vs. window sizes
(u_long vs. int vs. u_short); don't lose mbufs on failure part thru new
connection setup from LISTEN; use tiflags consistently; add missing ACKNOW
in LISTEN input case; don't use window if no ACK, as TAC's send garbage;
make input urgent pointer sensible so it compares right on first URG,
accounting for seq-number wraparound.

show more ...

# 25729 07-Jan-1986 mckusick

tcp packet with options corrupts mbufs (from lcc.richard@locus.ucla.edu)

# 25652 19-Dec-1985 karels

synchronize grot

# 25260 23-Oct-1985 karels

maintain estimates of peer's send and receive buffer sizes;
don't wait for bigger window if he hasn't got one

# 25197 14-Oct-1985 karels

don't respond to broadcasts

# 25196 14-Oct-1985 karels

re-fix shrinking window problem, watching out for short vs. long
and rcv_adv not being initialized

# 24816 16-Sep-1985 karels

do common case of tcpreass with macro, avoiding ins/dequeing;
avoid unnecessary pullups; reuse src routing on incoming SYN's;
don't poke in inpcb after freeing; don't retract offered window due
to mb

do common case of tcpreass with macro, avoiding ins/dequeing;
avoid unnecessary pullups; reuse src routing on incoming SYN's;
don't poke in inpcb after freeing; don't retract offered window due
to mbuf limit; fix timer for FIN_WAIT_2 blockage; only read oob data once

show more ...

# 23975 19-Jul-1985 karels

minor cleanups

# 23190 08-Jun-1985 mckusick

Add copyright

# 21118 27-May-1985 karels

back out FIN_WAIT_2 timer hack; don't clear persist timer here

# 17946 12-Feb-1985 karels

remove fix for acking window probes: don't ack acks!

# 17360 14-Nov-1984 karels

add snd_cwndw to decrease outstanding data after a source quench;
accept a bit more urgent data; acknowledge window probes

# 17316 01-Nov-1984 karels

put TCP_MSS in header

# 17272 19-Oct-1984 karels

bind local address according to routing (caching the route);
pick maximum seg sizes (offered and accepted) based on interface mtu,
with default if not local

# 17264 18-Oct-1984 karels

fix round-trip timing: rexmt timer shouldn't screw rtt up,
but careful when retransmitting timed segment

# 17062 29-Aug-1984 bloom

Include file changes. No more ../h

# 16222 22-Mar-1984 karels

rearrange to cause reset if data arrives and user is gone

# 15386 04-Nov-1983 sam

sbdrop decrements sb_cc, so must use val before call

# 14240 29-Jul-1983 sam

4.2 distribution

# 13121 14-Jun-1983 sam

don't be so offensive

1234567