]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/netinet/tcp_seq.h
xnu-1228.5.18.tar.gz
[apple/xnu.git] / bsd / netinet / tcp_seq.h
index e4f781b33872fe367e52125a88b1a84a62b3f79b..ac032da621f948eb6feb09fd3b0aacec7d596025 100644 (file)
        (tp)->snd_una = (tp)->snd_nxt = (tp)->snd_max = (tp)->snd_up = \
        (tp)->snd_recover = (tp)->snd_high = (tp)->iss  
 
-#define TCP_PAWS_IDLE  (24 * 24 * 60 * 60 * PR_SLOWHZ)
+#define TCP_PAWS_IDLE  (24 * 24 * 60 * 60 * TCP_RETRANSHZ)
                                        /* timestamp wrap-around time */
 
 extern tcp_cc  tcp_ccgen;              /* global connection count */