A newline

A newline
This commit is contained in:
lucktu 2019-09-20 15:43:26 +08:00 committed by GitHub
parent b3995e7fbc
commit 365bae18d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
edge.c
View File

@ -167,7 +167,7 @@ static void help() {
" | eg. -m 01:02:03:04:05:06\n");
printf("-M <mtu> | Specify n2n MTU of edge interface (default %d).\n", DEFAULT_MTU);
#ifdef __linux__
printf("-D | Enable PMTU discovery. PMTU discovery can reduce fragmentation but"
printf("-D | Enable PMTU discovery. PMTU discovery can reduce fragmentation but\n"
" | causes connections stall when not properly supported.\n");
#endif
printf("-r | Enable packet forwarding through n2n community.\n");