Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
188
uint32_t connection::idle_timeout() const {
189
return pn_transport_get_remote_idle_timeout(pn_connection_transport(pn_object()));
190
}
191
192
void connection::wake() const {
193
pn_connection_wake(pn_object());
Callers
3
timed_driver_pair
Method · 0.45
on_connection_open
Method · 0.45
main
Function · 0.45
Calls
2
pn_transport_get_remote_idle_timeout
Function · 0.85
pn_connection_transport
Function · 0.85
Tested by
1
timed_driver_pair
Method · 0.36