Table of Contents

Name

thrulayd - server daemon for thrulay requests.

Synopsis

thrulayd [-w#] [-p#] [-a*] [-c]

Description

thrulayd listens on a TCP port and answers thrulay client requests. For TCP tests, it sends back the first 16 bytes of the block upon receipt of each block; For UDP tests, it sends back test statistics upon receipt of a termination message from the client.

Options

-w#
Window size of server listening socket(default: 4194304Bytes).
-p#
Server listening port(default: 5003).
-a*
Authenticate client addresses. By default, all clients have access right. Client address could be a IPv6 address or IPv4 address in CIDR syntax. A valid IPv4 address is seperated by `.' and a valid IPv6 address is seperated by `:'. If thrulayd is started on an IPv6 interface, you need to specify client address in IPv6 address format. For example, to allow ``160.36.57.211" only, use ``-a ::ffff:160.36.57.211/128".
-c
Run server in console mode. Do not run server as a background process. Deliver a copy of log messages to stdout in addition to syslogd.

Bugs

Please send bug reports to <huadongliu@gmail.com>.

Author

Huadong Liu <huadongliu@gmail.com>

Homepage

http://thrulay-hd.sourceforge.net/

See Also

thrulay(1)


Table of Contents