| 92 | } |
| 93 | |
| 94 | void TcpConnection::socks5_connected(td::BufferedFd<td::SocketFd> fd) { |
| 95 | socket_pipe_ = td::make_socket_pipe(std::move(fd)); |
| 96 | start(); |
| 97 | } |
| 98 | |
| 99 | void TcpConnection::tls_solved_pow(td::SocketPipe pipe) { |
| 100 | td::connect( |
nothing calls this directly
no outgoing calls
no test coverage detected