Help for this page

Select Code to Download


  1. or download this
    use Socket qw'SOL_SOCKET SO_RCVLOWAT';
    
    ...
    
    setsockopt($clientSock,SOL_SOCKET,SO_RCVLOWAT,BUFSIZE)
      or die "Failed to set SO_RCVLOWAT on socket: $!";
    
  2. or download this
    $ perl sslclinb.pl
    Connecting to SSL server (192.168.1.10:1234)
    ...
      Read failure due to SSL_WANT_READ: 0.47%
      Read failure due to SSL_WANT_WRITE: 0.00%
    ^C