MCPcopy Create free account
hub / github.com/apache/qpid-proton / idle_timeout

Method idle_timeout

cpp/src/connection.cpp:188–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186}
187
188uint32_t connection::idle_timeout() const {
189 return pn_transport_get_remote_idle_timeout(pn_connection_transport(pn_object()));
190}
191
192void connection::wake() const {
193 pn_connection_wake(pn_object());

Callers 3

timed_driver_pairMethod · 0.45
on_connection_openMethod · 0.45
mainFunction · 0.45

Tested by 1

timed_driver_pairMethod · 0.36