Home
last modified time | relevance | path

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

/external/webrtc/p2p/base/
Dpseudo_tcp.h76 void NotifyMTU(uint16_t mtu);
Dpseudo_tcp_unittest.cc75 local_.NotifyMTU(mtu); in SetLocalMtu()
79 remote_.NotifyMTU(mtu); in SetRemoteMtu()
Dpseudo_tcp.cc277 void PseudoTcp::NotifyMTU(uint16_t mtu) { in NotifyMTU() function in cricket::PseudoTcp