Help for this page

Select Code to Download


  1. or download this
    sub _connect {
        my ($self, $async) = @_;
    ...
    
        my $timeout = int((($self->{_timeout} || 90) + 2)/3);
    ...