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

  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
pseudotcp.h 204 // window scale factor |m_swnd_scale| accordingly.
227 uint8 m_swnd_scale; // Window scale factor. member in class:cricket::PseudoTcp
pseudotcp.cc 240 m_rwnd_scale = m_swnd_scale = 0;
744 m_snd_wnd = static_cast<uint32>(seg.wnd) << m_swnd_scale;
796 m_snd_wnd = static_cast<uint32>(seg.wnd) << m_swnd_scale;
    [all...]

Completed in 4028 milliseconds