We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49c5192 commit 2d1e8d3Copy full SHA for 2d1e8d3
src/libnetconf.h
@@ -116,8 +116,9 @@
116
* a case, be careful and avoid concurrent execution of the mentioned setters/getters and functions
117
* creating connection (no matter if it is a standard NETCONF connection or Call Home).
118
*
119
- * In the client, it is thread-safe to work with distinguish NETCONF sessions since the client
120
- * settings are thread-specific as described above.
+ * In the client, it is always thread-safe to work with a NETCONF session in a single thread since the client
+ * settings are thread-specific as described above. Generally, one can access a session in several threads
121
+ * as well but there is little incentive to do so.
122
123
* Server
124
* ------
0 commit comments