Help for this page

Select Code to Download


  1. or download this
     last if($remote = IO::Socket::INET->new(Proto => 'tcp', PeerAddr => $
    +transaction_ips[($i%2)], PeerPort => 8120, Timeout => 5));
    
  2. or download this
    $remote = IO::Socket::INET->new(Proto => 'tcp', PeerAddr => $transacti
    +on_ips[($i%2)], PeerPort => 8120, Timeout => 5));
    last if $remote;