|
MythTV master
|
#include <algorithm>#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: ") |
Variables | |
| static constexpr int64_t | MAX_FRAME_SIZE { 1048576 } |
| static constexpr int64_t | MAX_MESSAGE_SIZE { 4194304 } |
| #define LOC QString("WS: ") |
Definition at line 17 of file mythwebsocket.cpp.
|
staticconstexpr |
Definition at line 18 of file mythwebsocket.cpp.
Referenced by MythWebSocket::Read().
|
staticconstexpr |
Definition at line 19 of file mythwebsocket.cpp.
Referenced by MythWebSocket::Read().