HomeSort by relevance Sort by last modified time
    Searched refs:SPDYF_INITIAL_WINDOW_SIZE (Results 1 - 3 of 3) sorted by null

  /external/libmicrohttpd/src/microspdy/
internal.h 41 #define SPDYF_INITIAL_WINDOW_SIZE 65536
stream.c 107 stream->window_size = SPDYF_INITIAL_WINDOW_SIZE;
session.c 398 else if(stream->window_size < SPDYF_INITIAL_WINDOW_SIZE / 2)
406 SPDYF_INITIAL_WINDOW_SIZE - stream->window_size))
408 stream->window_size = SPDYF_INITIAL_WINDOW_SIZE;
    [all...]

Completed in 2050 milliseconds