Real-Time Considerations

The TCP/IP protocol stack for eRTOS has been configured such that IP fragmentation is enabled in the protocol stack by default, and payload sizes are limited to what can fit in a single Ethernet packet.

Optimized Buffer Sizes

The following table specifies the optimized buffer sizes that may be used in this release with send, sendto, recv, and recvfrom for an IP MTU of 1500 bytes:

Socket Type Optimized Buffer Size (bytes)

SOCK_STREAM

1460

SOCK_DGRAM

1472

TCP/IP Default Parameters

Related topics: