diff options
author | Mark Stapp <mjs@labn.net> | 2023-04-06 19:40:23 +0200 |
---|---|---|
committer | Mark Stapp <mjs@labn.net> | 2023-04-06 20:16:43 +0200 |
commit | 6e6e1020dd6e974557159740fcbb8ac395a2ef73 (patch) | |
tree | 3aecd7521860168551bd33ba1079b7c180af3828 /doc/user/ospfd.rst | |
parent | Merge pull request #13194 from Keelan10/sharpd-memory-leak (diff) | |
download | frr-6e6e1020dd6e974557159740fcbb8ac395a2ef73.tar.xz frr-6e6e1020dd6e974557159740fcbb8ac395a2ef73.zip |
ospfd: support configuration of socket buffer sizes
Add configurable socket send and receive buffer sizes,
configured at the instance level.
Signed-off-by: Mark Stapp <mjs@labn.net>
Diffstat (limited to 'doc/user/ospfd.rst')
-rw-r--r-- | doc/user/ospfd.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/user/ospfd.rst b/doc/user/ospfd.rst index 67c0d1575..a99785204 100644 --- a/doc/user/ospfd.rst +++ b/doc/user/ospfd.rst @@ -310,6 +310,11 @@ To start OSPF process you have to specify the OSPF router. of packets to process before returning. The defult value of this parameter is 20. +.. clicmd:: socket buffer <send | recv | all> (1-4000000000) + + This command controls the ospf instance's socket buffer sizes. The + 'no' form resets one or both values to the default. + .. _ospf-area: Areas |