summaryrefslogtreecommitdiff
path: root/sys/netinet/tcp_seq.h
diff options
context:
space:
mode:
authorJonathan Lemon <jlemon@FreeBSD.org>1999-08-30 21:17:07 +0000
committerJonathan Lemon <jlemon@FreeBSD.org>1999-08-30 21:17:07 +0000
commit9b8b58e03306aa5c2649a140f8a913ab29cade0d (patch)
tree08b4c552ba1603ef2ccac536b40c450f04397ad9 /sys/netinet/tcp_seq.h
parente0eed6c8af601079019930380216eaa62767dbe2 (diff)
Notes
Diffstat (limited to 'sys/netinet/tcp_seq.h')
-rw-r--r--sys/netinet/tcp_seq.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/tcp_seq.h b/sys/netinet/tcp_seq.h
index 0ad0fb838be1..de50dd5b1ca8 100644
--- a/sys/netinet/tcp_seq.h
+++ b/sys/netinet/tcp_seq.h
@@ -75,7 +75,7 @@
(tp)->snd_una = (tp)->snd_nxt = (tp)->snd_max = (tp)->snd_up = \
(tp)->iss
-#define TCP_PAWS_IDLE (24 * 24 * 60 * 60 * PR_SLOWHZ)
+#define TCP_PAWS_IDLE (24 * 24 * 60 * 60 * hz)
/* timestamp wrap-around time */
#ifdef KERNEL