Home | History | Annotate | Download | only in TcpDxe

Lines Matching refs:Ssthresh

64     Tcb->Ssthresh     = MAX (FlightSize >> 1, (UINT32) (2 * Tcb->SndMss));

74 Tcb->CWnd = Tcb->Ssthresh + 3 * Tcb->SndMss;
120 Tcb->CWnd = MIN (Tcb->Ssthresh, FlightSize + Tcb->SndMss);
1230 if (Tcb->CWnd < Tcb->Ssthresh) {