From 049021654f8b4b6c731805c12629fb9e814de6e1 Mon Sep 17 00:00:00 2001 From: Jason Ernst Date: Wed, 18 Sep 2024 04:46:43 -0700 Subject: [PATCH] Update README.md Updated with links to RFCs that are implemented or in progress --- README.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bbabb51..703dde0 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file +- [] UDP