Perl in a Nutshell

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

ConnectionRetries

$inet->ConnectRetries([value])

Reads or sets the number of times a connection is retried before considering it failed. If no value parameter is specified, the current value is returned; otherwise, the number of retries is set. The default value is 5.


Previous: Reference: ConnectBackoffPerl in a NutshellNext: Reference: ConnectTimeout
Reference: ConnectBackoffBook IndexReference: ConnectTimeout