Lines Matching defs:Sender
56 struct Sender : public MessageHandler { struct
57 Sender(Thread* th, AsyncSocket* s, uint32_t rt) in Sender() argument
67 uint32_t NextDelay() { in NextDelay()
72 void OnMessage(Message* pmsg) override { in OnMessage()
92 Thread* thread;
93 std::unique_ptr<AsyncUDPSocket> socket;
94 rtc::PacketOptions options;
95 bool done;
96 uint32_t rate; // bytes per second
97 uint32_t count;
98 int64_t last_send;
99 char dummy[4096];