start SSL

This commit is contained in:
John
2022-02-07 22:34:43 +01:00
parent 0135dc9100
commit e3dfe32350
11 changed files with 339 additions and 36 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ bool TCPSocket::isValid() {
}
TCPSocket* TCPClient::connect(const string& server, const uint16_t& port, int timeout) {
TCPSocket* TCPSocket::connect(const string& server, const uint16_t& port, int timeout) {
socketaddress address;
int ret;