TreeFrogFramework  2.8
Variables
thttpsocket.cpp File Reference
#include "thttpsocket.h"
#include "tatomicptr.h"
#include "tfcore.h"
#include "tsystemglobal.h"
#include <QBuffer>
#include <QDir>
#include <TfCore>
#include <TAppSettings>
#include <TApplicationServerBase>
#include <THttpHeader>
#include <THttpResponse>
#include <TTemporaryFile>
#include <chrono>
#include <ctime>
#include <thread>
#include <algorithm>
Include dependency graph for thttpsocket.cpp:

Variables

constexpr uint READ_THRESHOLD_LENGTH = 4 * 1024 * 1024
 
constexpr int64_t WRITE_LENGTH = 1408
 
constexpr int WRITE_BUFFER_LENGTH = WRITE_LENGTH * 512
 

Variable Documentation

◆ READ_THRESHOLD_LENGTH

constexpr uint READ_THRESHOLD_LENGTH = 4 * 1024 * 1024
constexpr

◆ WRITE_BUFFER_LENGTH

constexpr int WRITE_BUFFER_LENGTH = WRITE_LENGTH * 512
constexpr

◆ WRITE_LENGTH

constexpr int64_t WRITE_LENGTH = 1408
constexpr