SmartFoxServer 3 C++ Client API 3.1.0-beta
Client API for SmartFoxServer 3
Loading...
Searching...
No Matches
sfs3::ConfigData::BlueBoxCfg Struct Reference

Settings of the HTTP tunnel (BlueBox), used when a TCP connection cannot be established. More...

#include <ConfigData.h>

Public Attributes

bool isActive = true
 When active if the TCP connection fails an attempt to use an HTTP tunnel will be made.
bool debug = false
 Logs debug information in the logs.
int pollingRate = 700
 Adjusts the polling rate between "long polls".

Detailed Description

Settings of the HTTP tunnel (BlueBox), used when a TCP connection cannot be established.

Member Data Documentation

◆ pollingRate

int sfs3::ConfigData::BlueBoxCfg::pollingRate = 700

Adjusts the polling rate between "long polls".

The default value is recommended. Shorter values can be used to decrease the response times, but they can have adverse effects on performance.


The documentation for this struct was generated from the following file:
  • ConfigData.h