HomeSort by relevance Sort by last modified time
    Searched refs:TCP_FOLD_RTT (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Tcp4Dxe/
Tcp4Proto.h 104 #define TCP_FOLD_RTT 4 ///< Timeout threshod to fold RTT
Tcp4Timer.c 463 if ((Tcb->LossTimes >= TCP_FOLD_RTT) && (Tcb->SRtt != 0)) {
  /device/linaro/bootloader/edk2/NetworkPkg/TcpDxe/
TcpProto.h 97 #define TCP_FOLD_RTT 4 ///< Timeout threshod to fold RTT.
TcpTimer.c 128 if ((Tcb->LossTimes >= TCP_FOLD_RTT) && (Tcb->SRtt != 0)) {

Completed in 44 milliseconds