Home
last modified time | relevance | path

Searched refs:HTTP_SERVER_INITIAL_WINDOW_SIZE (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/include/zephyr/net/http/
Dserver.h334 #define HTTP_SERVER_INITIAL_WINDOW_SIZE 65536 macro
/Zephyr-latest/subsys/net/lib/http/
Dhttp_server_http2.c86 HTTP_SERVER_INITIAL_WINDOW_SIZE; in allocate_http_stream_context()
293 window_update = HTTP_SERVER_INITIAL_WINDOW_SIZE - stream->window_size; in send_window_update_frame()
294 stream->window_size = HTTP_SERVER_INITIAL_WINDOW_SIZE; in send_window_update_frame()
297 window_update = HTTP_SERVER_INITIAL_WINDOW_SIZE - client->window_size; in send_window_update_frame()
298 client->window_size = HTTP_SERVER_INITIAL_WINDOW_SIZE; in send_window_update_frame()
Dhttp_server_core.c403 client->window_size = HTTP_SERVER_INITIAL_WINDOW_SIZE; in init_client_ctx()