From b609d063068ed60f3b24e3f56fd4d578b44c5be2 Mon Sep 17 00:00:00 2001 From: eyedeekay Date: Sun, 1 Jun 2025 18:03:55 -0400 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ea7bd3..22be610 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ A pure-Go implementation of SAMv3.3 (Simple Anonymous Messaging) for I2P, focused on maintainability and clean architecture. This project is forked from `github.com/go-i2p/sam3` with reorganized code structure. -**WARNING: This is a new package. Streaming works and so does some of datagrams.** +**WARNING: This is a new package. Streaming works. Repliable datagrams work except for some harmless errors. Raw datagrams kind of work. Primary Sessions, Authenticated Datagrams, and Unauthenticated Datagrams will be supported by I2P 2.10.0** **The API should not change much.** **It needs more people looking at it.**