Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

µC/TCP-IP may be configured with multiple-network devices and network (IP) addresses. Any device may be used as long as a driver with appropriate API and BSP software is provided. The API for a specific device (i.e., chip) is encapsulated in a couple of files and it is quite easy to adapt devices to µC/TCP-IP.

IPv4 & IPv6

IPv4

The Micriµm Micrium Network Stack supports IPv4 as described in RFC #791, with the following restrictions/constraints:

  • ONLY supports a single default gateway per interface.

  • IPv4 forwarding/routing NOT currently supported.
  • Transmit fragmentation  NOT NOT currently supported.
  • IPv4 Security options NOT  supportedsupported.

The IPv4 Layer also implements:

...