Skip to content

Commit

Permalink
router: another formating issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
jiceatscion committed Nov 16, 2023
1 parent 02ce0ca commit 4a9acf4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions doc/manuals/router.rst
Original file line number Diff line number Diff line change
Expand Up @@ -194,9 +194,10 @@ considers the following options.

The send buffer size in bytes. 0 means use system default.

.. option:: router.num_processors = <int> (Default: num_cores)
.. option:: router.num_processors = <int> (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.
Expand All @@ -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 = <int> (Default: 1)

Expand Down

0 comments on commit 4a9acf4

Please sign in to comment.