BsdBufferConfig struct
Public variables
- ulong tcp_tx_buf_size
- Size of the TCP transfer (send) buffer (initial or fixed).
- ulong tcp_rx_buf_size
- Size of the TCP recieve buffer (initial or fixed).
- ulong tcp_tx_buf_max_size
- ulong tcp_rx_buf_max_size
- ulong udp_tx_buf_size
- Size of the UDP transfer (send) buffer (typically 0x2400 bytes).
- ulong udp_rx_buf_size
- Size of the UDP receive buffer (typically 0xA500 bytes).
- int sb_efficiency
- Number of buffers for each socket (standard values range from 1 to 8).
Variable documentation
ulong nn:: socket:: BsdBufferConfig:: tcp_tx_buf_max_size
Maximum size of the TCP transfer (send) buffer. If it is 0, the size of the buffer is fixed to its initial value.
ulong nn:: socket:: BsdBufferConfig:: tcp_rx_buf_max_size
Maximum size of the TCP receive buffer. If it is 0, the size of the buffer is fixed to its initial value.