We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e4971d commit 475486cCopy full SHA for 475486c
README.md
@@ -32,9 +32,10 @@ The only supported internetworking protocol is IPv4.
32
33
* IPv4 header checksum is generated and validated.
34
* IPv4 time-to-live value is configurable per socket, set to 64 by default.
35
+ * IPv4 default gateway is supported.
36
* IPv4 fragmentation is **not** supported.
37
* IPv4 options are **not** supported and are silently ignored.
- * IPv4 routes or default gateways are **not** supported.
38
+ * IPv4 routes (other than the default one) are **not** supported.
39
* ICMPv4 header checksum is supported.
40
* ICMPv4 echo requests and replies are supported.
41
* ICMPv4 protocol unreachable messages are **not** passed to higher layers when received.
0 commit comments