ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent-MP/MP.pm
(Generate patch)

Comparing AnyEvent-MP/MP.pm (file contents):
Revision 1.119 by root, Sun Feb 26 10:29:59 2012 UTC vs.
Revision 1.120 by root, Sun Feb 26 11:12:54 2012 UTC

282Example: become an anonymous node. This form is often used for commandline 282Example: become an anonymous node. This form is often used for commandline
283clients. 283clients.
284 284
285 configure nodeid => "anon/"; 285 configure nodeid => "anon/";
286 286
287Example: configure a node using a profile called seed, which si suitable 287Example: configure a node using a profile called seed, which is suitable
288for a seed node as it binds on all local addresses on a fixed port (4040, 288for a seed node as it binds on all local addresses on a fixed port (4040,
289customary for aemp). 289customary for aemp).
290 290
291 # use the aemp commandline utility 291 # use the aemp commandline utility
292 # aemp profile seed nodeid anon/ binds '*:4040' 292 # aemp profile seed nodeid anon/ binds '*:4040'

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines