Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: acceptChapter 13
Sockets
Next: Reference: sockopt
 

timeout

timeout ([val])

Sets or retrieves the timeout value associated with a socket. Without an argument, the current value is returned. If a timeout of val is given, the setting is changed to val and the previous value is returned.


Previous: Reference: acceptPerl in a NutshellNext: Reference: sockopt
Reference: acceptBook IndexReference: sockopt