2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 05:55:28 +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 socket is thread safe so one can for instance delete an external socket
at any time). 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 - interface send method is thread safe (mainly because it does not change
any internal state). any internal state).