2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 13:37:55 +00:00

[#553] Updated MT considerations

This commit is contained in:
Francis Dupont 2020-07-07 12:50:57 +02:00
parent 38c6698dd0
commit 47830cb095

View 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).