Example: lrs_set_send_timeout

In the following example, lrs_set_send_timeout specifies a timeout of 90 seconds.

lrs_create_socket("socket2", "TCP", "RemoteHost=tears.abc.co.il:23", LrsLastArg);
lrs_set_send_timeout(90,0); 
lrs_send("socket2", "buf2", LrsLastArg);