Commit d1271b45 authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Change the default port number to 6696.

IANA has changed Babel's allocation to 6696/UDP.
parent b8170648
......@@ -122,7 +122,7 @@ main(int argc, char **argv)
srandom(seed);
parse_address("ff02:0:0:0:0:0:1:6", protocol_group, NULL);
protocol_port = 6697;
protocol_port = 6696;
while(1) {
opt = getopt(argc, argv, "m:p:h:H:i:k:A:PsuS:d:g:lwt:T:c:C:DL:I:");
......
......@@ -24,7 +24,7 @@ The default is
.TP
.BI \-p " port"
Specify the UDP port number to be used by the protocol. The default is
.BR 6697 .
.BR 6696 .
.TP
.BI \-S " state-file"
Set the name of the file used for preserving long-term information
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment