Home
last modified time | relevance | path

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

/lib/liblwip/src/core/
Dtcp_out.c373 u16_t mss_local = LWIP_MIN(pcb->mss, pcb->snd_wnd_max/2); in tcp_write() local
432 space = mss_local - (last_unsent->len + unsent_optlen); in tcp_write()
525 u16_t max_len = mss_local - optlen; in tcp_write()
535 …if ((p = tcp_pbuf_prealloc(PBUF_TRANSPORT, seglen + optlen, mss_local, &oversize, pcb, apiflags, q… in tcp_write()