Merge pull request #2 from zerotier/mamoniot-readme-correction

Update README.md
This commit is contained in:
Monica Moniot
2023-09-06 15:08:17 -04:00
committed by GitHub
+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?