start page | rating of books | rating of authors | reviews | copyrights

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: ConnectTimeout Chapter 19
Win32 Modules and Extensions
Next: Reference: ControlSendTimeout
 

ControlReceiveTimeout

$

inet


->ControlReceiveTimeout
([

value

])

Reads or sets the timeout value (in milliseconds) to use for non-data (control) receive requests before they are cancelled. Currently, this value has meaning only for FTP sessions. If no value parameter is specified, the current value is returned; otherwise, the timeout is set. The default value is infinity.


Previous: Reference: ConnectTimeout Perl in a Nutshell Next: Reference: ControlSendTimeout
Reference: ConnectTimeout Book Index Reference: ControlSendTimeout