MythTV  master
Macros
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: ")
 
#define MAX_FRAME_SIZE   (1048576)
 
#define MAX_MESSAGE_SIZE   (4194304)
 

Macro Definition Documentation

◆ LOC

#define LOC   QString("WS: ")

Definition at line 16 of file mythwebsocket.cpp.

◆ MAX_FRAME_SIZE

#define MAX_FRAME_SIZE   (1048576)

Definition at line 17 of file mythwebsocket.cpp.

◆ MAX_MESSAGE_SIZE

#define MAX_MESSAGE_SIZE   (4194304)

Definition at line 18 of file mythwebsocket.cpp.