Option name | Option Parameter | Description |
Help | NA | List the available options. |
Hostname | String | Name of the host to connect to. |
Port | Number | Port to connect to. |
Delay | Seconds | Wait the specified amount of time between each command. |
AuthKey | String | Specifies the key to use for packet authentication (in MAC) |
Note that the client tool was designed before the zkSocket and therefore
as its own communication functions (see zkClientIO.c and .h). So it can
not be used to test zkSocket utilities (at least for the client side).
This should eventually be changed.