MythTV
master
|
#include <chrono>
#include <limits>
#include <QThread>
#include <QtEndian>
#include <QTcpSocket>
#include "mythlogging.h"
#include "mythrandom.h"
#include "http/mythwebsocket.h"
Go to the source code of this file.
Macros | |
#define | LOC QString("WS: ") |
#define | MAX_FRAME_SIZE (1048576) |
#define | MAX_MESSAGE_SIZE (4194304) |
#define LOC QString("WS: ") |
Definition at line 16 of file mythwebsocket.cpp.
#define MAX_FRAME_SIZE (1048576) |
Definition at line 17 of file mythwebsocket.cpp.
#define MAX_MESSAGE_SIZE (4194304) |
Definition at line 18 of file mythwebsocket.cpp.