Update README.md

This commit is contained in:
Monica Moniot
2023-09-06 15:08:10 -04:00
committed by GitHub
parent cb60953832
commit 626af77359
+1 -1
View File
@@ -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?