proxygen
|
#include <proxygen/lib/http/codec/SPDYConstants.h>
Go to the source code of this file.
Namespaces | |
proxygen | |
proxygen::spdy | |
Variables | |
const uint32_t | proxygen::spdy::kInitialWindow = 65536 |
const uint32_t | proxygen::spdy::kMaxConcurrentStreams = 100 |
const uint32_t | proxygen::spdy::kMaxFrameLength = (1 << 24) - 1 |
const size_t | proxygen::spdy::SPDY_PRIO_SHIFT_FACTOR = 2 |