diff options
author | Razvan Becheriu <razvan@isc.org> | 2022-10-18 14:07:53 +0200 |
---|---|---|
committer | Razvan Becheriu <razvan@isc.org> | 2022-10-24 19:49:34 +0200 |
commit | 80e8c44897d6c28e49267ab623b1203db97c75fb (patch) | |
tree | 71eec5961abe7a2de6755002ad257fe06dd00e0e /doc/sphinx/arm | |
parent | [#248] using same add/get class interface (diff) | |
download | kea-80e8c44897d6c28e49267ab623b1203db97c75fb.tar.xz kea-80e8c44897d6c28e49267ab623b1203db97c75fb.zip |
[#248] template classes can add regular classes
Diffstat (limited to 'doc/sphinx/arm')
-rw-r--r-- | doc/sphinx/arm/congestion-handling.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/sphinx/arm/congestion-handling.rst b/doc/sphinx/arm/congestion-handling.rst index c8c96714d1..c6d074a136 100644 --- a/doc/sphinx/arm/congestion-handling.rst +++ b/doc/sphinx/arm/congestion-handling.rst @@ -125,7 +125,7 @@ with a queue capacity of 300 packets: ... } -.. note: +.. note:: Congestion handling is currently incompatible with multi-threading; when both are enabled, congestion handling is silently disabled. |