Changeset 10327
- Timestamp:
- 01/28/10 00:28:26 (7 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/Padre-Plugin-Swarm/lib/Padre/Service/Swarm.pm
r10147 r10327 108 108 $client->mcast_add('239.255.255.1'); #should have the interface 109 109 $client->mcast_loopback( 1 ); 110 $client->mcast_ttl( 10 ); # Fudge , pass this through TEN routers :( 110 111 111 112 $self->{client} = $client;
