chiark / gitweb /
Revert "Fix publish version"
[hippotat.git] / PROTOCOL
diff --git a/PROTOCOL b/PROTOCOL
deleted file mode 100644 (file)
index c7033af..0000000
--- a/PROTOCOL
+++ /dev/null
@@ -1,41 +0,0 @@
-Server maintains a queue of outbound packets for each user
-
-Packets which are older than MAX_QUEUE_TIME are discarded
-
-Each incoming request to the server takes up to MAX_BATCH_DOWN bytes
-from the queue and returns them as the POST response body payload
-
-Each incoming request contains up to MAX_BATCH_UP bytes of payload.
-It's a multipart/form-data.
-
-Authentication: for now, plaintext password
-
-Sever side configuration:
-
- [<client-ipaddr>] or [default]
- max_batch_down
- max_queue_time
- max_request_time
- password
-
- [global]
- max_batch_down
- max_queue_time
- max_request_time
-
- [virtual]
- network           # required
- host              # default is first host in network (eg <network>.1)
- relay             # default is first host in network not equal to server
- mtu                # default is 1500
-
-Client side configuration;
- MAX_BATCH_DOWN MAX_QUEUE_TIME PASSWORD
-
-Routing assistance: none needed; secnet polypath will DTRT
-
-Client form parameters:
- i             ip address (textual)
- p             password
- d              data (SLIP format)
- mbd mqt mrt   config updates