webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include "webrtc/p2p/base/stunrequest.h"
#include <algorithm>
#include <memory>
#include "webrtc/base/checks.h"
#include "webrtc/base/helpers.h"
#include "webrtc/base/logging.h"
#include "webrtc/base/stringencode.h"
Namespaces | |
cricket | |
Variables | |
const uint32_t | cricket::MSG_STUN_SEND = 1 |
const int | cricket::STUN_INITIAL_RTO = 250 |
const int | cricket::STUN_MAX_RETRANSMISSIONS = 8 |
const int | cricket::STUN_MAX_RTO = 8000 |