Skip to main content

Module tcp

Module tcp 

Source

Enums§

TcpWireFraming

Constants§

DEFAULTS
The in-transit MTU clamp takes interface declarations at face value, so an interface must never promise more than its buffers carry.
EMBEDDED_FRAMED_LEN
EMBEDDED_FRAME_CAP
Embassy buffers use the embedded wire ceiling so a no-heap board never inlines the host ceiling into a socket buffer.
EMBEDDED_READ_BUF_LEN
The embedded decoder reassembles across reads, trading extra reads for stack DRAM.
FRAMED_LEN
FRAME_CAP
KISS_FRAMED_LEN
READ_BUF_LEN
A TCP read absorbs one worst-case encoded engine frame; serial retains its smaller byte-stream buffer.
TCP_BITRATE_ESTIMATE
TCP_HW_MTU_CAP

Functions§

configured_policy
descriptor
policy_for_bitrate