Searched refs:mss_local (Results 1 – 1 of 1) sorted by relevance
373 u16_t mss_local = LWIP_MIN(pcb->mss, pcb->snd_wnd_max/2); in tcp_write() local432 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()