Merge pull request #179 from lucktu/patch-1

newline
This commit is contained in:
Emanuele Faranda 2019-09-20 08:35:03 +00:00 committed by GitHub
commit 1ba5fa3dc8
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");