52 (
"listen-endpoint", bpo::value<string>()->default_value(
"127.0.0.1:9876" ),
"The local IP address and port to listen for incoming connections.")
53 (
"remote-endpoint", bpo::value< vector<string> >()->composing(),
"The IP address and port of a remote peer to sync with.")
54 (
"public-endpoint", bpo::value<string>()->default_value(
"0.0.0.0:9876" ),
"The public IP address and port that should be advertized to peers.")