Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Updated with links to RFCs that are implemented or in progress
  • Loading branch information
compscidr authored Sep 18, 2024
1 parent c2fc349 commit 0490216
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,13 @@ Kotlin user-space network stack. This can be used for:
- Interop testing with other network protocol implementations

## What is implemented
- [] IPv4
- [] IPv6
- [] ICMP (via https://github.com/compscidr/icmp)
- [x] IPv4:
- [x] WiP: RFC 791: https://datatracker.ietf.org/doc/html/rfc791
- [ ] RFC 6864: https://datatracker.ietf.org/doc/html/rfc6864
- [ ] RFC 1349 https://datatracker.ietf.org/doc/html/rfc1349
- [ ] RFC 2474: https://datatracker.ietf.org/doc/html/rfc2474
- [x] IPv6:
- [X] WiP: RFC 8200: https://datatracker.ietf.org/doc/html/rfc8200
- [x] ICMP (via https://github.com/compscidr/icmp)
- [] TCP
- [] UDP
- [] UDP

0 comments on commit 0490216

Please sign in to comment.