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