Skip to content

Commit 475486c

Browse files
committedOct 25, 2017
Update README.
1 parent 7e4971d commit 475486c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,10 @@ The only supported internetworking protocol is IPv4.
3232

3333
* IPv4 header checksum is generated and validated.
3434
* IPv4 time-to-live value is configurable per socket, set to 64 by default.
35+
* IPv4 default gateway is supported.
3536
* IPv4 fragmentation is **not** supported.
3637
* IPv4 options are **not** supported and are silently ignored.
37-
* IPv4 routes or default gateways are **not** supported.
38+
* IPv4 routes (other than the default one) are **not** supported.
3839
* ICMPv4 header checksum is supported.
3940
* ICMPv4 echo requests and replies are supported.
4041
* ICMPv4 protocol unreachable messages are **not** passed to higher layers when received.

0 commit comments

Comments
 (0)
Please sign in to comment.