mirror of
https://github.com/g4klx/ircDDBGateway.git
synced 2026-01-17 05:40:02 +01:00
Reduce timeout to 29 seconds because of some strict NAT devices
This commit is contained in:
parent
8ac0709d9a
commit
fc84772fb9
|
|
@ -19,7 +19,7 @@
|
|||
#ifndef NatTraversalHandler_H
|
||||
#define NatTraversalHandler_H
|
||||
|
||||
#define G2_TRAVERSAL_TIMEOUT 60 //seconds
|
||||
#define G2_TRAVERSAL_TIMEOUT 29 //seconds
|
||||
|
||||
#include "G2ProtocolHandler.h"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue