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

Comparing AnyEvent-MP/bin/aemp (file contents):
Revision 1.30 by root, Wed Sep 2 16:28:42 2009 UTC vs.
Revision 1.31 by root, Wed Sep 2 18:41:24 2009 UTC

160=item trace <node> 160=item trace <node>
161 161
162Asks the given node for all currently connected nodes, then asks those 162Asks the given node for all currently connected nodes, then asks those
163nodes for the same, thus tracing all node connections. 163nodes for the same, thus tracing all node connections.
164 164
165=cut 165=back
166 166
167=head2 CONFIGURATION/NODE ID/SECRET/CERTIFICATE 167=head2 CONFIGURATION/NODE ID/SECRET/CERTIFICATE
168 168
169These commands deal with rather basic settings, the node ID, the shared 169These commands deal with rather basic settings, the node ID, the shared
170secret and the TLS certificate. 170secret and the TLS certificate.
220 220
221To discover the network you have to specify some seed addresses, which are 221To discover the network you have to specify some seed addresses, which are
222basically C<host:port> pairs where you expect some long-running nodes. It 222basically C<host:port> pairs where you expect some long-running nodes. It
223does no harm to have a node as its own seed (they will eventually be 223does no harm to have a node as its own seed (they will eventually be
224ignored). 224ignored).
225
226=over 4
225 227
226=item setseeds <host:port>,... 228=item setseeds <host:port>,...
227 229
228Sets or replaces the list of seeds, which must be specified as a 230Sets or replaces the list of seeds, which must be specified as a
229comma-separated list of C<host:port> pairs. The C<host> can be a hostname, 231comma-separated list of C<host:port> pairs. The C<host> can be a hostname,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines