Table of Contents

Name

thrulay_start - start a thrulay test.

Synopsis

#include <thrulay.h>

int thrulay_start(int tid);

Description

thrulay_start starts a TCP or UDP test that has been registered through the thrulay_open call. tid is the return value of that thrulay_open call. It forks off a test process and returns immediately.

Return Values

Return tid on success. Otherwise, an error code is returned.

Bugs

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

Author

Huadong Liu <huadongliu@gmail.com>

Homepage

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

See Also

thrulay_wait(3)


Table of Contents