]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#553] Updated MT considerations
authorFrancis Dupont <fdupont@isc.org>
Tue, 7 Jul 2020 10:50:57 +0000 (12:50 +0200)
committerFrancis Dupont <fdupont@isc.org>
Tue, 7 Jul 2020 10:50:57 +0000 (12:50 +0200)
src/lib/dhcp/libdhcp++.dox

index bd42ee5b1f3ef2b54ea13aadcd5b2ccdafcc567e..ef47dd7bd718742ba16443121dff7648f2119219 100644 (file)
@@ -269,6 +269,9 @@ For instance packets or options are not thread safe. Exception are:
   socket is thread safe so one can for instance delete an external socket
   at any time).
 
+ - interface lookup cache is Kea thread safe (i.e. thread safe when the
+  multi-threading mode is true).
+
  - interface send method is thread safe (mainly because it does not change
   any internal state).