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 403a4d0 commit 5ea1ee3Copy full SHA for 5ea1ee3
sys/include/net/sock/dtls.h
@@ -284,8 +284,9 @@
284
* application waits indefinitely for new packets. If we want to timeout this
285
* wait period we could alternatively set the `timeout` parameter of the
286
* function to a value != @ref SOCK_NO_TIMEOUT. If an error occurs we just
287
- * ignore it and continue looping. We can reply to an incoming message using
288
- * its `session`.
+ * ignore it and continue looping. A newly established DTLS session would be
+ * signaled by a return value @ref -SOCK_DTLS_HANDSHAKE, but it is also ignored
289
+ * here. We can reply to an incoming message using its `session`.
290
*
291
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ {.c}
292
* while (1) {
0 commit comments