MythTV  master
Macros | Variables
mythwebsocket.cpp File Reference
#include <chrono>
#include <limits>
#include <QThread>
#include <QtEndian>
#include <QTcpSocket>
#include "mythlogging.h"
#include "mythrandom.h"
#include "http/mythwebsocket.h"
Include dependency graph for mythwebsocket.cpp:

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 }
 

Macro Definition Documentation

◆ LOC

#define LOC   QString("WS: ")

Definition at line 16 of file mythwebsocket.cpp.

Variable Documentation

◆ MAX_FRAME_SIZE

constexpr int64_t MAX_FRAME_SIZE { 1048576 }
staticconstexpr

Definition at line 17 of file mythwebsocket.cpp.

Referenced by MythWebSocket::Read().

◆ MAX_MESSAGE_SIZE

constexpr int64_t MAX_MESSAGE_SIZE { 4194304 }
staticconstexpr

Definition at line 18 of file mythwebsocket.cpp.

Referenced by MythWebSocket::Read().