TIMEOUT
NAME
timeout - Set timeout for request
SYNOPSIS
timeout(int);
DESCRIPTION
This function set timeout for the request. timeout is set in the configuration file. The integer value is in second.
A zero value mean no timeout. If nothing is specify in the configuration file, the default is zero.
EXAMPLES
old_value = timeout(100);
SEE ALSO
AUTHOR
Written by Pierre Laplante, <laplante@sednove.com>
MODIFICATIONS
1.0 2014-09-09 21:24:14 laplante@sednove.com Implement in version 5.38 of sncode
Edit