Browse Source

Merge pull request #179 from lucktu/patch-1

newline
pull/115/head
Emanuele Faranda 5 years ago
committed by GitHub
parent
commit
1ba5fa3dc8
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      edge.c

2
edge.c

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

Loading…
Cancel
Save