Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/third_party/tcplp/bsdtcp/
H A Dtcp_const.h91V_tcp_minmss = TCP_MAXOLEN + 1, // Must have enough space for TCP options, and one more byte for d… enumerator
H A Dtcp_input.c3068 offer = max(offer, V_tcp_minmss); in tcp_mss_update()