Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedkit/gateway_lib.pm

    r2c16731 r8f654de  
    434434}
    435435
    436 # Fling a few ping packets at the peer in the hopes that it opens doors through
    437 # NATs and other filters.  Practically speaking this can make a big difference.
    438 sub ping_peer {
    439     my($peer) = @_;
    440     system("ping -c 5 $peer");
    441 }
    442 
    443436sub testcmd_repeat {
    444437    my($cmd, $timeout, $sleep) = @_;
Note: See TracChangeset for help on using the changeset viewer.