diff options
author | Garrett Wollman <wollman@FreeBSD.org> | 1995-06-29 18:11:24 +0000 |
---|---|---|
committer | Garrett Wollman <wollman@FreeBSD.org> | 1995-06-29 18:11:24 +0000 |
commit | fc978271350759aae31b789cb9cad76d72ab3d14 (patch) | |
tree | 070aa5808697e7e5b23c851dd3aac1ec37158096 /sys/netinet/tcp_input.c | |
parent | a5da5e632f53d8946fa1220359a5ffc56819800b (diff) |
Notes
Diffstat (limited to 'sys/netinet/tcp_input.c')
-rw-r--r-- | sys/netinet/tcp_input.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/netinet/tcp_input.c b/sys/netinet/tcp_input.c index bf0fd0c5447a8..eb459c25e4c62 100644 --- a/sys/netinet/tcp_input.c +++ b/sys/netinet/tcp_input.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * From: @(#)tcp_input.c 8.5 (Berkeley) 4/10/94 - * $Id: tcp_input.c,v 1.24 1995/05/11 01:41:06 davidg Exp $ + * $Id: tcp_input.c,v 1.25 1995/05/30 08:09:55 rgrimes Exp $ */ #ifndef TUBA_INCLUDE @@ -1814,6 +1814,7 @@ tcp_xmit_timer(tp, rtt) register short delta; tcpstat.tcps_rttupdated++; + tp->t_rttupdated++; if (tp->t_srtt != 0) { /* * srtt is stored as fixed point with 3 bits after the |