]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/netinet/tcp_subr.c
xnu-1228.5.20.tar.gz
[apple/xnu.git] / bsd / netinet / tcp_subr.c
index f120008cd0ffc118494cc8ab17af54616bc8688b..f51febfc1af45998e510d576213555feb73c2418 100644 (file)
@@ -717,6 +717,7 @@ tcp_newtcpcb(inp)
        tp->snd_cwnd = TCP_MAXWIN << TCP_MAX_WINSHIFT;
        tp->snd_bwnd = TCP_MAXWIN << TCP_MAX_WINSHIFT;
        tp->snd_ssthresh = TCP_MAXWIN << TCP_MAX_WINSHIFT;
+       tp->snd_ssthresh_prev = TCP_MAXWIN << TCP_MAX_WINSHIFT;
        tp->t_rcvtime = 0;
        tp->t_bw_rtttime = 0;
        /*