Skip to content

Commit 2d1e8d3

Browse files
committed
doc UPDATE minor clarification
1 parent 49c5192 commit 2d1e8d3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/libnetconf.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,9 @@
116116
* a case, be careful and avoid concurrent execution of the mentioned setters/getters and functions
117117
* creating connection (no matter if it is a standard NETCONF connection or Call Home).
118118
*
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.
119+
* In the client, it is always thread-safe to work with a NETCONF session in a single thread since the client
120+
* 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.
121122
*
122123
* Server
123124
* ------

0 commit comments

Comments
 (0)