OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kSpdyOverhead
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/tools/flip_server/
constants.h
12
const int
kSpdyOverhead
= 8;
13
const int kInitialDataSendersThreshold = (2 * kMSS) -
kSpdyOverhead
;
15
const int kSpdySegmentSize = kSSLSegmentSize -
kSpdyOverhead
;
/external/chromium/net/tools/flip_server/
constants.h
12
const int
kSpdyOverhead
= spdy::SpdyFrame::size();
13
const int kInitialDataSendersThreshold = (2 * kMSS) -
kSpdyOverhead
;
15
const int kSpdySegmentSize = kSSLSegmentSize -
kSpdyOverhead
;
Completed in 162 milliseconds