pub unsafe extern "C" fn nghttp2_session_get_remote_window_size(
    session: *mut nghttp2_session
) -> i32
Expand description

@function

Returns the remote window size for a connection.

This function always succeeds.