MCPcopy Create free account
hub / github.com/SpartanJ/eepp / tcpConnect

Method tcpConnect

src/eepp/network/ssl/sslsocket.cpp:196–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194}
195
196Socket::Status SSLSocket::tcpConnect( const IpAddress& remoteAddress, unsigned short remotePort,
197 Time timeout ) {
198 return TcpSocket::connect( remoteAddress, remotePort, timeout );
199}
200
201void SSLSocket::tcpDisconnect() {
202 TcpSocket::disconnect();

Callers 2

connectMethod · 0.80
downloadRequestMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected