Searched refs:TCP_FOLD_RTT (Results 1 - 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Tcp4Dxe/
H A DTcp4Proto.h104 #define TCP_FOLD_RTT 4 ///< Timeout threshod to fold RTT macro
H A DTcp4Timer.c463 if ((Tcb->LossTimes >= TCP_FOLD_RTT) && (Tcb->SRtt != 0)) {
/device/linaro/bootloader/edk2/NetworkPkg/TcpDxe/
H A DTcpProto.h97 #define TCP_FOLD_RTT 4 ///< Timeout threshod to fold RTT. macro
H A DTcpTimer.c128 if ((Tcb->LossTimes >= TCP_FOLD_RTT) && (Tcb->SRtt != 0)) {

Completed in 51 milliseconds