fixes vis. a vis. persist timer
authorBill Joy <wnj@ucbvax.Berkeley.EDU>
Wed, 9 Jun 1982 01:40:02 +0000 (17:40 -0800)
committerBill Joy <wnj@ucbvax.Berkeley.EDU>
Wed, 9 Jun 1982 01:40:02 +0000 (17:40 -0800)
SCCS-vsn: sys/netinet/tcp_timer.c 4.21

usr/src/sys/netinet/tcp_timer.c

index ee34d84..dacc783 100644 (file)
@@ -1,4 +1,4 @@
-/* tcp_timer.c 4.21 82/06/06 */
+/*     tcp_timer.c     4.21    82/06/08        */
 
 #include "../h/param.h"
 #include "../h/systm.h"
 
 #include "../h/param.h"
 #include "../h/systm.h"
@@ -164,8 +164,6 @@ printf("rexmt set to %d\n", tp->t_timer[TCPT_REXMT]);
                tp->t_force = 1;
                (void) tcp_output(tp);
                tp->t_force = 0;
                tp->t_force = 1;
                (void) tcp_output(tp);
                tp->t_force = 0;
-               TCPT_RANGESET(tp->t_timer[TCPT_PERSIST],
-                   tcp_beta * tp->t_srtt, TCPTV_PERSMIN, TCPTV_MAX);
                return;
 
        /*
                return;
 
        /*