Help for this page
getsockopt SOCKET,LEVEL,OPTNAME
my $sock = IO::Socket::INET->new( Listen => 5, ... Proto => 'tcp'); $sock->setopt(SO_SNDTIMEO, 1);