Lines Matching defs:Sender
29 struct Sender : public MessageHandler { struct
30 Sender(Thread* th, AsyncSocket* s, uint32_t rt) in Sender() argument
40 uint32_t NextDelay() { in NextDelay()
45 void OnMessage(Message* pmsg) { in OnMessage()
65 Thread* thread;
66 scoped_ptr<AsyncUDPSocket> socket;
67 rtc::PacketOptions options;
68 bool done;
69 uint32_t rate; // bytes per second
70 uint32_t count;
71 uint32_t last_send;
72 char dummy[4096];