wip
[hippotat] / PROTOCOL
CommitLineData
3fba9787
IJ
1Server maintains a queue of outbound packets for each user
2
3Packets which are older than MAX_QUEUE_TIME are discarded
4
5Each incoming request to the server takes up to MAX_BATCH_DOWN bytes
6from the queue and returns them as the POST response body payload
7
8Each incoming request contains up to MAX_BATCH_UP bytes of payload.
9It's a multipart/form-data.
10
11Authentication: for now, plaintext password
12
13Sever side configuration:
14 Per user but normally global
15 MAX_MAX_BATCH_DOWN MAX_MAX_QUEUE_TIME
16 Global
17 MTU
18 Per user
19 PASSWORD
20
21Client side configuration;
22 MAX_BATCH_DOWN MAX_QUEUE_TIME PASSWORD
23
24Routing assistance: none needed; secnet polypath will DTRT
25
26Client form parameters:
27 I MBD MQT P D