OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_swnd_scale
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/p2p/base/
pseudotcp.h
188
// window scale factor |
m_swnd_scale
| accordingly.
211
uint8_t
m_swnd_scale
; // Window scale factor.
member in class:cricket::PseudoTcp
pseudotcp.cc
228
m_rwnd_scale =
m_swnd_scale
= 0;
739
m_snd_wnd = static_cast<uint32_t>(seg.wnd) <<
m_swnd_scale
;
791
m_snd_wnd = static_cast<uint32_t>(seg.wnd) <<
m_swnd_scale
;
[
all
...]
Completed in 68 milliseconds