Help for this page

Select Code to Download


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