View | Details | Raw Unified | Return to bug 15095
Collapse All | Expand All

(-)tcp_input.c Wed Nov 10 15:39:49 1999 (+3 lines)
Lines 857-862 Link Here
857
                               (TF_RCVD_SCALE|TF_REQ_SCALE)) {
857
                               (TF_RCVD_SCALE|TF_REQ_SCALE)) {
858
                               tp->snd_scale = tp->requested_s_scale;
858
                               tp->snd_scale = tp->requested_s_scale;
859
                               tp->rcv_scale = tp->request_r_scale;
859
                               tp->rcv_scale = tp->request_r_scale;
860
861
                               tp->snd_wnd <<= tp->snd_scale;
862
                               tiwin = tp->snd_wnd;
860
                       }
863
                       }
861
                       /* Segment is acceptable, update cache if undefined. */
864
                       /* Segment is acceptable, update cache if undefined. */
862
                       if (taop->tao_ccsent == 0)
865
                       if (taop->tao_ccsent == 0)

Return to bug 15095