| 98 | } |
| 99 | |
| 100 | std::shared_ptr<ReaderWriter> connect(const char* addr, |
| 101 | int port, |
| 102 | uint32_t timeoutMillis) { |
| 103 | return Socket::connect(addr, std::to_string(port).c_str(), timeoutMillis); |
| 104 | } |
| 105 | |
| 106 | } // namespace net |
| 107 | } // namespace dap |
searching dependent graphs…