Divide Framework 0.1
A free and open-source 3D Framework under heavy development
Loading...
Searching...
No Matches
Divide::Config::Networking Namespace Reference

Variables

constexpr U16 NETWORK_SEND_FREQUENCY_HZ = 20
 How often should the client send messages to the server.
 
constexpr U16 NETWORK_SEND_RETRY_COUNT = 3
 How many times should we try to send an update to the server before giving up?
 

Variable Documentation

◆ NETWORK_SEND_FREQUENCY_HZ

constexpr U16 Divide::Config::Networking::NETWORK_SEND_FREQUENCY_HZ = 20
constexpr

How often should the client send messages to the server.

Definition at line 185 of file config.h.

◆ NETWORK_SEND_RETRY_COUNT

constexpr U16 Divide::Config::Networking::NETWORK_SEND_RETRY_COUNT = 3
constexpr

How many times should we try to send an update to the server before giving up?

Definition at line 188 of file config.h.