From 626af77359eba7815bbe4e094caeba8c98bfb43f Mon Sep 17 00:00:00 2001 From: Monica Moniot Date: Wed, 6 Sep 2023 15:08:10 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 167e169..4d34800 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ exchange. SEP guarantees both peers will agree upon which packets are members of which exchanges, and it guarantees each packet is received by each peer in sequential order. -SEP is a tiny, dead simple protocol and we have implemented it here in less than 500 lines of code. +SEP is a tiny, dead simple protocol, the core of which we have implemented in less than 1000 lines of code. ## Why not TCP?