summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2012-02-17 13:42:33 +0100
committerYorhel <git@yorhel.nl>2012-02-17 13:42:33 +0100
commitd2b68a79e101054f2649d9273c30f193ccb2c82b (patch)
treec376388cde18e441746ece2cdb2779837b403d2f
parentd87a1b1caddb48336c92e4ff1cc94f4fd65d8acd (diff)
perl: Started on Tanja::Link + implemented handshaking
-rw-r--r--proto.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto.pod b/proto.pod
index 09c3205..5edbc6f 100644
--- a/proto.pod
+++ b/proto.pod
@@ -11,7 +11,7 @@ sockets and TCP).
=head1 HANDSHAKE
server: ver,1,0 ser,json,gob
- client: ver,1,0 ser,json
+ client: ver,1.0 ser,json
After a client has connected, the server sends the first message. This message
is a space-separated list of parameters, followed by a newline character (\n).