DefaultTimeout Property
An initial timeout value to be used by incoming connections.
Object Oriented Interface
public function getDefaultTimeout(); public function setDefaultTimeout($value);
Procedural Interface
ipworks_ipdaemon_get($res, 17 ); ipworks_ipdaemon_set($res, 17, $value );
Default Value
0
Remarks
This property is used by the class to set the operational timeout value of all inbound connections once they are established. By default, the timeout is 0, meaning that all inbound connections will behave asynchronously.
Data Type
Integer