Upgrade to 1.46.0
[platform/upstream/nghttp2.git] / doc / nghttp2_session_get_local_settings.rst
1
2 nghttp2_session_get_local_settings
3 ==================================
4
5 Synopsis
6 --------
7
8 *#include <nghttp2/nghttp2.h>*
9
10 .. function:: uint32_t nghttp2_session_get_local_settings( nghttp2_session *session, nghttp2_settings_id id)
11
12     
13     Returns the value of SETTINGS *id* of local endpoint acknowledged
14     by the remote endpoint.  The *id* must be one of the values defined
15     in :macro:`nghttp2_settings_id`.