File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55wolfIP is a TCP/IP stack with no dynamic memory allocations, designed to be
66used in resource-constrained embedded systems.
77
8- Endpoint only mode is supported, which means that wolfip can be used to
9- establish network connections but it does not route traffic between different
10- network interfaces.
11-
12- A single network interface can be associated with the device.
8+ wolfIP supports both endpoint-only mode and full multi-interface support with
9+ optional IP forwarding. By default, it operates as a network endpoint, but can be
10+ configured to forward traffic between multiple network interfaces.
1311
1412## Features supported
1513
1614- BSD-like, non blocking socket API, with custom callbacks
1715- No dynamic memory allocation
1816 - Fixed number of concurrent sockets
1917 - Pre-allocated buffers for packet processing in static memory
18+ - Multi-interface support
19+ - Optional IPv4-forwarding
2020
2121## Protocols and RFCs
2222
You can’t perform that action at this time.
0 commit comments