Ignore:
Timestamp:
01/28/10 00:28:26 (2 years ago)
Author:
submersible_toaster
Message:

attempt to thwart current issues with a big fat TTL injection

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Padre-Plugin-Swarm/lib/Padre/Service/Swarm.pm

    r10147 r10327  
    108108    $client->mcast_add('239.255.255.1'); #should have the interface 
    109109    $client->mcast_loopback( 1 ); 
     110    $client->mcast_ttl( 10 ); # Fudge , pass this through TEN routers :( 
    110111     
    111112    $self->{client} = $client; 
Note: See TracChangeset for help on using the changeset viewer.