From: Francis Dupont Date: Tue, 7 Jul 2020 10:50:57 +0000 (+0200) Subject: [#553] Updated MT considerations X-Git-Tag: Kea-1.7.10~92 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47830cb095e643c4faa2704f1542b101de9ae9f7;p=thirdparty%2Fkea.git [#553] Updated MT considerations --- diff --git a/src/lib/dhcp/libdhcp++.dox b/src/lib/dhcp/libdhcp++.dox index bd42ee5b1f..ef47dd7bd7 100644 --- a/src/lib/dhcp/libdhcp++.dox +++ b/src/lib/dhcp/libdhcp++.dox @@ -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).