]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/netinet/tcp_newreno.c
xnu-3247.1.106.tar.gz
[apple/xnu.git] / bsd / netinet / tcp_newreno.c
index a1e590a0a718bfd3c0fe21d4a35c0169b6b0e37d..f2de1c010877404ab7391cdff64797c5aaa51f0b 100644 (file)
@@ -134,9 +134,6 @@ int tcp_newreno_cleanup(struct tcpcb *tp) {
 void
 tcp_newreno_cwnd_init_or_reset(struct tcpcb *tp) {
        tcp_cc_cwnd_init_or_reset(tp);
-
-       /* If stretch ack was auto disabled, re-evaluate the situation */
-       tcp_cc_after_idle_stretchack(tp);
 }