Table of Contents
thrulay_start - start a thrulay test.
#include <thrulay.h>
int thrulay_start(int tid);
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 tid on success. Otherwise, an error code is returned.
Please send bug reports to <huadongliu@gmail.com>.
Huadong Liu
<huadongliu@gmail.com>
http://thrulay-hd.sourceforge.net/
thrulay_wait(3)
Table of Contents