File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,6 @@ class DTLSSocket : public DTLSSocketWrapper {
38
38
/* * Create an uninitialized DTLS socket.
39
39
*
40
40
* Must call open to initialize the socket on a network stack.
41
- * @param _udp_socket Underlying transport socket.
42
41
*/
43
42
DTLSSocket () : DTLSSocketWrapper(&_udp_socket) {}
44
43
Original file line number Diff line number Diff line change @@ -42,7 +42,6 @@ class TLSSocket : public TLSSocketWrapper {
42
42
/* * Create an uninitialized socket.
43
43
*
44
44
* Must call open to initialize the socket on a network stack.
45
- * @param tcp_socket Underlying transport socket.
46
45
*/
47
46
TLSSocket () : TLSSocketWrapper(&tcp_socket) {}
48
47
@@ -53,7 +52,7 @@ class TLSSocket : public TLSSocketWrapper {
53
52
/* * Opens a socket.
54
53
*
55
54
* Creates a network socket on the network stack of the given
56
- * network interface.
55
+ * network interface.
57
56
*
58
57
* @note TLSSocket cannot be reopened after closing. It should be destructed to
59
58
* clear internal TLS memory structures.
You can’t perform that action at this time.
0 commit comments