Skip to content

Commit 7abc68d

Browse files
rluboscfriedt
authored andcommitted
doc: net: Remove obsolete note about sockets thread-safety status
The socket API was updated with mutex protection, however this was not reflected in the documentation. Remove the obsolete note on the thread-safety status of the socket API, to prevent confusion. Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
1 parent 10232b5 commit 7abc68d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

doc/reference/networking/sockets.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -146,11 +146,6 @@ Secure sockets offer the following options for socket management:
146146
API Reference
147147
*************
148148

149-
Note that current socket API implementation is not thread safe and caller
150-
should not do socket operations to same socket from multiple threads unless
151-
protected by a mutex, semaphore or similar.
152-
153-
154149
BSD Sockets
155150
===========
156151

0 commit comments

Comments
 (0)