webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
Public Member Functions | |
Sender (Thread *th, AsyncSocket *s, uint32_t rt) | |
uint32_t | NextDelay () |
void | OnMessage (Message *pmsg) |
Public Attributes | |
Thread * | thread |
std::unique_ptr< AsyncUDPSocket > | socket |
rtc::PacketOptions | options |
bool | done |
uint32_t | rate |
uint32_t | count |
int64_t | last_send |
char | dummy [4096] |
Additional Inherited Members |
|
inline |
|
inline |
Implements rtc::MessageHandler.
uint32_t Sender::count |
bool Sender::done |
char Sender::dummy[4096] |
int64_t Sender::last_send |
rtc::PacketOptions Sender::options |
uint32_t Sender::rate |
std::unique_ptr<AsyncUDPSocket> Sender::socket |
Thread* Sender::thread |