mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 15:29:05 +02:00
Merge pull request #120 from birarda/master
fix size for SOLO_AGENT_TYPES in AgentList header
This commit is contained in:
commit
e20f267b22
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
||||||
const int MAX_PACKET_SIZE = 1500;
|
const int MAX_PACKET_SIZE = 1500;
|
||||||
const unsigned int AGENT_SOCKET_LISTEN_PORT = 40103;
|
const unsigned int AGENT_SOCKET_LISTEN_PORT = 40103;
|
||||||
const int AGENT_SILENCE_THRESHOLD_USECS = 2 * 1000000;
|
const int AGENT_SILENCE_THRESHOLD_USECS = 2 * 1000000;
|
||||||
extern const char SOLO_AGENT_TYPES[];
|
extern const char SOLO_AGENT_TYPES[3];
|
||||||
|
|
||||||
extern char DOMAIN_HOSTNAME[];
|
extern char DOMAIN_HOSTNAME[];
|
||||||
extern char DOMAIN_IP[100]; // IP Address will be re-set by lookup on startup
|
extern char DOMAIN_IP[100]; // IP Address will be re-set by lookup on startup
|
||||||
|
|
Loading…
Reference in a new issue