Recognize the eof packet also in the udp receiver.
[paraslash.git] / ggo / client.m4
1 include(header.m4)
2 define(CURRENT_PROGRAM,para_client)
3 define(DEFAULT_CONFIG_FILE,~/.paraslash/client.conf)
4 <qu>
5 args "--no-handle-error"
6 option "hostname" i "ip or host to connect" string typestr="host" default="localhost" optional
7 option "user" u "paraslash username" string typestr="username" default="<current user>" optional
8 option "server_port" p "port to connect" int typestr="port" default="2990" optional
9 option "key_file" k "(default='~/.paraslash/key.<user>')" string typestr="filename" optional
10 </qu>
11
12 include(loglevel.m4)
13 include(config_file.m4)
14
15 <qu>
16 option "plain" - "request an uncrypted session" flag off
17 </qu>