Skip to content

Commit

Permalink
README: add some notable omissions.
Browse files Browse the repository at this point in the history
whitequark committed Aug 30, 2017
1 parent 39464a5 commit 614323b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -23,6 +23,7 @@ The only supported medium is Ethernet.
* Regular Ethernet II frames are supported.
* Unicast and broadcast packets are supported, multicast packets are **not** supported.
* ARP packets (including gratuitous requests and replies) are supported.
* ARP rate limiting and cache expiration is **not** supported.
* 802.3 frames and 802.1Q are **not** supported.
* Jumbo frames are **not** supported.

@@ -33,6 +34,7 @@ The only supported internetworking protocol is IPv4.
* IPv4 header checksum is supported.
* IPv4 fragmentation is **not** supported.
* IPv4 options are **not** supported.
* IPv4 routes or default gateways are **not** supported.
* ICMPv4 header checksum is supported.
* ICMPv4 echo requests and replies are supported.
* ICMPv4 destination unreachable message is supported.

0 comments on commit 614323b

Please sign in to comment.