From 66ce8665a6323dadbab8b7cd99fb34c2bf9a0e08 Mon Sep 17 00:00:00 2001 From: Rayhaan Jaufeerally Date: Sun, 27 Jul 2025 13:06:51 +0200 Subject: [PATCH] docs: Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e4e5a2b..397b043 100644 --- a/README.md +++ b/README.md @@ -16,9 +16,9 @@ We aim for the 1.0 release to be functional and stable to operate peering sessio * ☐ Implement basic parsers for the fundamental types required * ✅ Path Attributes from RFC4271 - * ☐ Open message - * ☐ Capabilities from RFC4271 - * ☐ Update message + * ✅ Open message + * ✅ Capabilities from RFC4271 + * ✅ Update message * ☐ Notification message * ☐ Implement connection logic to establish sessions with peers * ☐ Implement an efficient data structure for storing prefixes (e.g. Poptrie)