document neighbour_limit option better
authorChristian Grothoff <christian@grothoff.org>
Sun, 26 Feb 2017 01:09:59 +0000 (02:09 +0100)
committerChristian Grothoff <christian@grothoff.org>
Sun, 26 Feb 2017 01:09:59 +0000 (02:09 +0100)
src/transport/transport.conf.in

index 37cb4efc711ba551a81a8b1ae0b3271db0a5b9fc..2c99af000d6ca782115e623679b5e5ab2420f83b 100644 (file)
@@ -4,6 +4,8 @@ AUTOSTART = @AUTOSTART@
 HOSTNAME = localhost
 BINARY = gnunet-service-transport
 # PREFIX = valgrind
+
+# Maximum number of neighbours PER PLUGIN (not in total).
 NEIGHBOUR_LIMIT = 50
 ACCEPT_FROM = 127.0.0.1;
 ACCEPT_FROM6 = ::1;