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.154 by root, Fri Nov 15 09:47:38 2019 UTC vs.
Revision 1.155 by root, Sat Sep 18 13:46:56 2021 UTC

302this process. If not, then the profile name will be used as node ID, with 302this process. If not, then the profile name will be used as node ID, with
303a unique randoms tring (C</%u>) appended. 303a unique randoms tring (C</%u>) appended.
304 304
305The node ID can contain some C<%> sequences that are expanded: C<%n> 305The node ID can contain some C<%> sequences that are expanded: C<%n>
306is expanded to the local nodename, C<%u> is replaced by a random 306is expanded to the local nodename, C<%u> is replaced by a random
307strign to make the node unique. For example, the F<aemp> commandline 307string to make the node unique. For example, the F<aemp> commandline
308utility uses C<aemp/%n/%u> as nodename, which might expand to 308utility uses C<aemp/%n/%u> as nodename, which might expand to
309C<aemp/cerebro/ZQDGSIkRhEZQDGSIkRhE>. 309C<aemp/cerebro/ZQDGSIkRhEZQDGSIkRhE>.
310 310
311=item step 2, bind listener sockets 311=item step 2, bind listener sockets
312 312

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines