You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/api/networksocket/DTLSSocket.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
## DTLSSocket
2
2
3
-
`DTLSSocket` and `DTLSSocketWrapper`are implementing DTLS stream over existing `Socket` transport. Design and implementation details are explained in[Secure Socket](../reference/securesocket.html) page.
3
+
`DTLSSocket` and `DTLSSocketWrapper`implement DTLS stream over the existing `Socket` transport. You can find design and implementation details in the[Secure Socket](../reference/securesocket.html) page.
4
4
5
-
For using secure DTLS connections, application utilise the `DTLSSocketWrapper` through Socket API, so existing applications and libraries should be compatible.
5
+
To use secure DTLS connections, application use the `DTLSSocketWrapper` through the Socket API, so existing applications and libraries are compatible.
6
6
7
-
`DTLSSocketWrapper`is inheriting `TLSSocketWrapper` and uses exactly same API. Only difference is that it uses timers for keeping track of DTLS timeouts. See TLSSocket for usage example.
7
+
`DTLSSocketWrapper`inherits `TLSSocketWrapper` and uses the same API. The only difference is that it uses timers to keep track of DTLS timeouts. Please see [TLSSocket](tlssocket.html) for an example.
0 commit comments