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

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: accept Chapter 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: accept Perl in a Nutshell Next: Reference: sockopt
Reference: accept Book Index Reference: sockopt