Changeset 10327

Show
Ignore:
Timestamp:
01/28/10 00:28:26 (7 months ago)
Author:
submersible_toaster
Message:

attempt to thwart current issues with a big fat TTL injection

Files:
1 modified

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;