Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@
wolfIP is a TCP/IP stack with no dynamic memory allocations, designed to be
used in resource-constrained embedded systems.

Endpoint only mode is supported, which means that wolfip can be used to
establish network connections but it does not route traffic between different
network interfaces.

A single network interface can be associated with the device.
wolfIP supports both endpoint-only mode and full multi-interface support with
optional IP forwarding. By default, it operates as a network endpoint, but can be
configured to forward traffic between multiple network interfaces.

## Features supported

- BSD-like, non blocking socket API, with custom callbacks
- No dynamic memory allocation
- Fixed number of concurrent sockets
- Pre-allocated buffers for packet processing in static memory
- Multi-interface support
- Optional IPv4-forwarding

## Protocols and RFCs

Expand Down
Loading