webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Namespaces | Functions
quicdatachannel.cc File Reference
#include "webrtc/pc/quicdatachannel.h"
#include "webrtc/base/bind.h"
#include "webrtc/base/bytebuffer.h"
#include "webrtc/base/copyonwritebuffer.h"
#include "webrtc/base/logging.h"
#include "webrtc/p2p/quic/quictransportchannel.h"
#include "webrtc/p2p/quic/reliablequicstream.h"

Namespaces

 webrtc
 

Functions

void webrtc::WriteQuicDataChannelMessageHeader (int data_channel_id, uint64_t message_id, rtc::CopyOnWriteBuffer *header)
 
bool webrtc::ParseQuicDataMessageHeader (const char *data, size_t len, int *data_channel_id, uint64_t *message_id, size_t *bytes_read)