X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/5c9f46613a83ebfc29a5b1f099448259e96a98f0..9d749ea394c01276fa19e397e70f46858e849c76:/bsd/netinet/tcp_timer.c?ds=inline diff --git a/bsd/netinet/tcp_timer.c b/bsd/netinet/tcp_timer.c index 2c861120e..417b61b89 100644 --- a/bsd/netinet/tcp_timer.c +++ b/bsd/netinet/tcp_timer.c @@ -842,6 +842,7 @@ tcp_pmtud_revert_segment_size(struct tcpcb *tp) optlen = tp->t_maxopd - tp->t_maxseg; tp->t_maxopd = tp->t_pmtud_saved_maxopd; tp->t_maxseg = tp->t_maxopd - optlen; + /* * Reset the slow-start flight size as it * may depend on the new MSS