core-legacy/config.h

14 lines
295 B
C
Raw Normal View History

2019-07-14 22:39:37 +00:00
#ifndef EMGAUWA_CORE_CONFIG_H
#define EMGAUWA_CORE_CONFIG_H
namespace config
{
extern int discover_max_client_backlog;
extern int discover_port_dev;
extern int discover_port;
2019-07-19 09:41:39 +00:00
extern int discover_timeout_ms;
extern int discover_code_accept;
2019-07-14 22:39:37 +00:00
}
#endif //EMGAUWA_CORE_CONFIG_H