MCPcopy Create free account
hub / github.com/TelegramMessenger/cocoon / socks5_connected

Method socks5_connected

net/TcpConnection.cpp:94–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94void TcpConnection::socks5_connected(td::BufferedFd<td::SocketFd> fd) {
95 socket_pipe_ = td::make_socket_pipe(std::move(fd));
96 start();
97}
98
99void TcpConnection::tls_solved_pow(td::SocketPipe pipe) {
100 td::connect(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected