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

Method max_frame_size

cpp/src/connection.cpp:180–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178}
179
180uint32_t connection::max_frame_size() const {
181 return pn_transport_get_remote_max_frame(pn_connection_transport(pn_object()));
182}
183
184uint16_t connection::max_sessions() const {
185 return pn_transport_remote_channel_max(pn_connection_transport(pn_object()));

Callers 3

on_connection_openMethod · 0.45
on_container_startMethod · 0.45
mainFunction · 0.45

Calls 2

pn_connection_transportFunction · 0.85

Tested by

no test coverage detected