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