Skip to content

Commit 5fc3fed

Browse files
Amanda ButlerSeppo Takalo
authored andcommitted
Edit DTLSSocket.md
Make minor edits, mostly for active voice and consistent tone across documents.
1 parent 5b0ac11 commit 5fc3fed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/api/networksocket/DTLSSocket.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
## DTLSSocket
22

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.
44

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.
66

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.
88

99
### DTLSSocket class reference
1010

0 commit comments

Comments
 (0)