aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordberg.se>2019-04-24 11:27:07 +0200
committerLinus Nordberg <linus@nordberg.se>2019-04-24 11:27:07 +0200
commit69423cb64a9b75953c5992c0d5cb79b84157d01c (patch)
tree9e0a7b89ed23d871ab5638ad40c69472b63c2cae
parentKey registration states, first cut (diff)
downloadwg-dynamic-69423cb64a9b75953c5992c0d5cb79b84157d01c.tar.xz
wg-dynamic-69423cb64a9b75953c5992c0d5cb79b84157d01c.zip
Correct protocol
-rw-r--r--docs/protocol.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/protocol.md b/docs/protocol.md
index cdd58d4..765840e 100644
--- a/docs/protocol.md
+++ b/docs/protocol.md
@@ -2,7 +2,7 @@
The wg-dynamic protocol runs over a reliable and ordered data stream
between a client and a server. Addressing is done on an upper layer,
-typically TCP.
+typically IP.
The protocol consists of ASCII messages with key=value pairs separated
by newline characters. A message ends with two consecutive newline