]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/netinet/tcp_seq.h
xnu-7195.50.7.100.1.tar.gz
[apple/xnu.git] / bsd / netinet / tcp_seq.h
index 9639127839913a3fa644f9fd26967ed6d3fd5685..11c1a6110d5395487c0e3e98abb1e1e48b1f0932 100644 (file)
 
 #define tcp_sendseqinit(tp) \
        (tp)->snd_una = (tp)->snd_nxt = (tp)->snd_max = (tp)->snd_up = \
-       (tp)->snd_recover = (tp)->iss
+       (tp)->snd_recover = (tp)->send_highest_sack = (tp)->iss
 
 #define TCP_PAWS_IDLE   (24 * 24 * 60 * 60 * TCP_RETRANSHZ)
 /* timestamp wrap-around time */