Home
last modified time | relevance | path

Searched refs:fPreviousFlightSize (Results 1 – 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DTCPEndpoint.h159 uint32 fPreviousFlightSize; variable
H A DTCPEndpoint.cpp441 fPreviousFlightSize(0), in TCPEndpoint()
1310 fPreviousFlightSize = (fSendMax - fSendUnacknowledged).Number(); in _DuplicateAcknowledge()
1327 fSlowStartThreshold = max_c(fPreviousFlightSize / 2, 2 * fSendMaxSegmentSize); in _DuplicateAcknowledge()