MCPcopy Create free account
hub / github.com/alibaba/PhotonLibOS / timeout

Method timeout

net/base_socket.h:278–278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

276 }
277
278 uint64_t timeout() const override { return m_underlay->timeout(); }
279
280 void timeout(uint64_t tm) override { m_underlay->timeout(tm); }
281

Callers

nothing calls this directly

Calls 1

timeoutMethod · 0.45

Tested by

no test coverage detected