faster ISS change
authorMike Karels <karels@ucbvax.Berkeley.EDU>
Wed, 16 Oct 1985 00:57:25 +0000 (16:57 -0800)
committerMike Karels <karels@ucbvax.Berkeley.EDU>
Wed, 16 Oct 1985 00:57:25 +0000 (16:57 -0800)
SCCS-vsn: sys/netinet/tcp_seq.h 6.4

usr/src/sys/netinet/tcp_seq.h

index 457aaa6..61fa020 100644 (file)
@@ -3,7 +3,7 @@
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
- *     @(#)tcp_seq.h   6.3 (Berkeley) %G%
+ *     @(#)tcp_seq.h   6.4 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
@@ -28,7 +28,7 @@
        (tp)->snd_una = (tp)->snd_nxt = (tp)->snd_max = (tp)->snd_up = \
            (tp)->iss
 
        (tp)->snd_una = (tp)->snd_nxt = (tp)->snd_max = (tp)->snd_up = \
            (tp)->iss
 
-#define        TCP_ISSINCR     128     /* increment for tcp_iss each second */
+#define        TCP_ISSINCR     (125*1024)      /* increment for tcp_iss each second */
 
 #ifdef KERNEL
 tcp_seq        tcp_iss;                /* tcp initial send seq # */
 
 #ifdef KERNEL
 tcp_seq        tcp_iss;                /* tcp initial send seq # */