Home
last modified time | relevance | path

Searched defs:TCP_SND_QUEUELEN (Results 1 – 2 of 2) sorted by relevance

/btstack/platform/lwip/port/
H A Dlwipopts.h117 #define TCP_SND_QUEUELEN (3 * TCP_SND_BUF) / TCP_MSS // 6 macro
/btstack/3rd-party/lwip/core/src/include/lwip/
H A Dopt.h1361 #define TCP_SND_QUEUELEN ((4 * (TCP_SND_BUF) + (TCP_MSS - 1))/(TCP_MSS)) macro