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.h345 #define HTTP_SERVER_INITIAL_WINDOW_SIZE 65536 macro
/Zephyr-latest/subsys/net/lib/http/
Dhttp_server_http2.c87 HTTP_SERVER_INITIAL_WINDOW_SIZE; in allocate_http_stream_context()
296 window_update = HTTP_SERVER_INITIAL_WINDOW_SIZE - stream->window_size; in send_window_update_frame()
297 stream->window_size = HTTP_SERVER_INITIAL_WINDOW_SIZE; in send_window_update_frame()
300 window_update = HTTP_SERVER_INITIAL_WINDOW_SIZE - client->window_size; in send_window_update_frame()
301 client->window_size = HTTP_SERVER_INITIAL_WINDOW_SIZE; in send_window_update_frame()
Dhttp_server_core.c422 client->window_size = HTTP_SERVER_INITIAL_WINDOW_SIZE; in init_client_ctx()