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.73 by root, Mon Aug 31 11:08:25 2009 UTC vs.
Revision 1.74 by root, Mon Aug 31 11:11:27 2009 UTC

231Example: configure a node using a profile called seed, which si suitable 231Example: configure a node using a profile called seed, which si suitable
232for a seed node as it binds on all local addresses on a fixed port (4040, 232for a seed node as it binds on all local addresses on a fixed port (4040,
233customary for aemp). 233customary for aemp).
234 234
235 # use the aemp commandline utility 235 # use the aemp commandline utility
236 # aemp profile seed setnodeid anon/ setbinds '*:4040' 236 # aemp profile seed nodeid anon/ binds '*:4040'
237 237
238 # then use it 238 # then use it
239 configure profile => "seed"; 239 configure profile => "seed";
240 240
241 # or simply use aemp from the shell again: 241 # or simply use aemp from the shell again:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines