X-Git-Url: http://www.dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FDXProt.pm;h=f8a13407cec649ff03b2b2eea508d98e462cc898;hb=a9cff23c7050696bfe1dee906157416c49739f07;hp=d6ea691796e82c3078f04d8aa1c41cc6e4c50b5e;hpb=874ee7e39c3d38f5b52226ced9486af33a7505c4;p=spider.git diff --git a/perl/DXProt.pm b/perl/DXProt.pm index d6ea6917..f8a13407 100644 --- a/perl/DXProt.pm +++ b/perl/DXProt.pm @@ -1044,9 +1044,8 @@ sub normal shift @{$tochan->{pingtime}} if @{$tochan->{pingtime}} > 6; # cope with a missed ping, this means you must set the pingint large enough - my $miss = ($nopings-$tochan->{nopings}+1) * $tochan->{pingint}; - if ($tochan->is_arcluster && $miss > 0 && $t > $miss && $t < $miss + $tochan->{nopings} ) { - $t -= $miss; + if ($tochan->is_arcluster && $t > $tochan->{pingint} && $t < 2 * $tochan->{pingint} ) { + $t -= $tochan->{pingint}; } # calc smoothed RTT a la TCP