Home
last modified time | relevance | path

Searched refs:NotifyMTU (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/p2p/base/
Dpseudotcp.h67 void NotifyMTU(uint16_t mtu);
Dpseudotcp_unittest.cc63 local_.NotifyMTU(mtu); in SetLocalMtu()
67 remote_.NotifyMTU(mtu); in SetRemoteMtu()
Dpseudotcp.cc280 void PseudoTcp::NotifyMTU(uint16_t mtu) { in NotifyMTU() function in cricket::PseudoTcp