File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 35
35
#if defined(MBEDTLS_SSL_CLI_C) || defined(DOXYGEN_ONLY)
36
36
37
37
/* *
38
- * \brief TLSSocket a wrapper around TCPSocket for interacting with TLS servers.
38
+ * \brief TLSSocket is a wrapper around TCPSocket for interacting with TLS servers.
39
39
*
40
40
* TLSSocket uses the TLSSocketWrapper with internal TCP socket.
41
- * This is a helper for creating commonly used TLS connection over TCP.
41
+ * This is a helper for creating commonly used TLS connections over TCP.
42
42
*
43
43
*/
44
44
class TLSSocket : public TLSSocketWrapper {
@@ -80,7 +80,7 @@ class TLSSocket : public TLSSocketWrapper {
80
80
/* * Connects TCP socket to a remote host.
81
81
*
82
82
* Initiates a connection to a remote server specified by either
83
- * a domain name or an IP address and a port.
83
+ * a domain name or an IP address and port.
84
84
*
85
85
* @param host Hostname of the remote host.
86
86
* @param port Port of the remote host.
@@ -95,4 +95,4 @@ class TLSSocket : public TLSSocketWrapper {
95
95
#endif // MBEDTLS_SSL_CLI_C
96
96
#endif // _MBED_HTTPS_TLS_TCP_SOCKET_H_
97
97
98
- /* * @} */
98
+ /* * @} */
You can’t perform that action at this time.
0 commit comments