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

hack to time out connections with a zero window and a dead peer.
if the peer does not respond in the time we would allow for retransmission,
or within a fixed time, drop the connection. Minor optimi

hack to time out connections with a zero window and a dead peer.
if the peer does not respond in the time we would allow for retransmission,
or within a fixed time, drop the connection. Minor optimization in timers:
listening sockets run no timers.

show more ...


# 63218 10-Jun-1993 bostic

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


# 61335 04-Jun-1993 bostic

prototype everything


# 57947 12-Feb-1993 sklower

include TUBA support for now


# 57433 08-Jan-1993 andrew

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


# 56531 11-Oct-1992 bostic

make kernel includes standard


# 44489 28-Jun-1990 bostic

new copyright notice


# 44379 28-Jun-1990 karels

add macro for rexmt time; use soft error if set after timeout


# 40690 03-Apr-1990 karels

in_pcb.h requires ip.h


# 37321 08-Apr-1989 karels

add arg to tcp_respond


# 36779 15-Feb-1989 karels

update copyright on branch


# 34855 29-Jun-1988 bostic

install approved copyright notice


# 34278 14-May-1988 karels

ack immediately when segment is received out of order;
remove tcpnodelack


# 33749 16-Mar-1988 karels

update branch


# 33746 16-Mar-1988 karels

much longer keepalive timer (don't start probes for 2 hr);
fix input window test again (accept acks from FINS at left edge and responses
to keepalives, but dropafterack otherwise; also fixes Phil Kar

much longer keepalive timer (don't start probes for 2 hr);
fix input window test again (accept acks from FINS at left edge and responses
to keepalives, but dropafterack otherwise; also fixes Phil Karn's problem
with failure to respond to new SYN to left of window); can't use tcp_drop
after RST, or we'll send RST in response

show more ...


# 33448 07-Feb-1988 karels

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


# 32789 07-Dec-1987 bostic

use Berkeley specific header


# 32100 04-Sep-1987 karels

two-phase slow start


# 32034 10-Aug-1987 karels

Phil Karn's retransmit algorithm, using t_rxtcur for current rexmt value;
slow start from beginning if connection not local; get rtt estimate on SYN


# 31729 30-Jun-1987 karels

missed one


# 31727 30-Jun-1987 karels

remove patchable keeplen, put old keepalives on opt TCP_COMPAT_42


# 31726 30-Jun-1987 karels

redo retransmit calculations as srtt + 2*smoothed variance
(from Van Jacobson)


# 31442 06-Jun-1987 karels

slow-start changes from van


# 31396 04-Jun-1987 karels

need data in keepalives for now for 4.2/ultrix compat


# 30762 02-Apr-1987 karels

hack keepalives for now (for Ultrix, at least)


123