Searched defs:SentPacket (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/webrtc/base/
H A Dsocket.h127 struct SentPacket { struct in namespace:rtc
128 SentPacket() : packet_id(-1), send_time_ms(-1) {} function in struct:rtc::SentPacket
129 SentPacket(int packet_id, int64_t send_time_ms) function in struct:rtc::SentPacket

Completed in 67 milliseconds