chiark / gitweb /
new ipif interpolation
[hippotat.git] / PROTOCOL
index 9969e61bb1f3ed30d055642e97d7ec4382ee7e57..c7033af0b2353000b1972b0dcacc8151e12e9ba6 100644 (file)
--- a/PROTOCOL
+++ b/PROTOCOL
@@ -11,12 +11,23 @@ It's a multipart/form-data.
 Authentication: for now, plaintext password
 
 Sever side configuration:
- Per user but normally global
-  MAX_MAX_BATCH_DOWN MAX_MAX_QUEUE_TIME
- Global
-  MTU
- Per user
-  PASSWORD
+
+ [<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
@@ -24,4 +35,7 @@ Client side configuration;
 Routing assistance: none needed; secnet polypath will DTRT
 
 Client form parameters:
- I MBD MQT P D
+ i             ip address (textual)
+ p             password
+ d              data (SLIP format)
+ mbd mqt mrt   config updates