Skip to content

Commit bbdf83b

Browse files
authored
Merge pull request #92 from danielinux/update-readme
Updated README.md
2 parents 378227b + 162bc58 commit bbdf83b

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@
55
wolfIP is a TCP/IP stack with no dynamic memory allocations, designed to be
66
used 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

0 commit comments

Comments
 (0)