Home
last modified time | relevance | path

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

/external/webrtc/p2p/base/
Dpseudo_tcp.h75 void NotifyMTU(uint16_t mtu);
Dpseudo_tcp_unittest.cc72 local_.NotifyMTU(mtu); in SetLocalMtu()
76 remote_.NotifyMTU(mtu); in SetRemoteMtu()
Dpseudo_tcp.cc276 void PseudoTcp::NotifyMTU(uint16_t mtu) { in NotifyMTU() function in cricket::PseudoTcp