Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/connection/br/include/
H A Dsoftbus_conn_br_trans.h40 #define TIMEOUT_TIMES 2 macro
/ohos5.0/foundation/communication/dsoftbus/core/connection/br/src/
H A Dsoftbus_conn_br_trans.c418 … if (connection->window > MIN_WINDOW && connection->ackTimeoutCount % TIMEOUT_TIMES == 0) { in WaitAck()