Function libnghttp2_sys::nghttp2_session_get_remote_window_size [−][src]
pub unsafe extern "C" fn nghttp2_session_get_remote_window_size(
session: *mut nghttp2_session
) -> i32
@function
Returns the remote window size for a connection.
This function always succeeds.