1
0
mirror of https://github.com/solemnwarning/directplay-lite synced 2024-12-30 16:45:37 +01:00

Use same host enumeration parameters as DirectX.

This commit is contained in:
Daniel Collins 2018-09-29 19:59:38 +01:00
parent f150264c93
commit d4d0c2f64a

View File

@ -10,9 +10,9 @@
#include "network.hpp"
#define DEFAULT_ENUM_COUNT 3
#define DEFAULT_ENUM_INTERVAL 1000
#define DEFAULT_ENUM_TIMEOUT 1000
#define DEFAULT_ENUM_COUNT 5
#define DEFAULT_ENUM_INTERVAL 1500
#define DEFAULT_ENUM_TIMEOUT 1500
class HostEnumerator
{