From 4a9acf4af25acb638440cac765d1b89611278bf9 Mon Sep 17 00:00:00 2001 From: Jean-Christophe Hugly Date: Thu, 16 Nov 2023 13:52:13 +0100 Subject: [PATCH] router: another formating issue. --- doc/manuals/router.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/manuals/router.rst b/doc/manuals/router.rst index 7310f5d272..1d70764cdb 100644 --- a/doc/manuals/router.rst +++ b/doc/manuals/router.rst @@ -194,9 +194,10 @@ considers the following options. The send buffer size in bytes. 0 means use system default. - .. option:: router.num_processors = (Default: num_cores) + .. option:: router.num_processors = (Default: GOMAXPROCS) Number of goroutines started for SCION packets processing. + These goroutines make the routing decision for the SCION packets by inspecting, validating and updating the path information in the packet header. Packets are processed asynchronously from the corresponding read/write operations on the individual interface sockets. @@ -209,7 +210,7 @@ considers the following options. experimentaly. The number of kernel threads that go creates depends on the number of usable cores, which is - controlled by the environment variable ``GOMAXPROCS``. See :env:`GOMAXPROCS`. + controlled by the environment variable ``GOMAXPROCS``. See :envvar:`GOMAXPROCS`. .. option:: router.num_slow_processors = (Default: 1)