mirror of
https://github.com/heiher/natmap.git
synced 2026-06-08 00:46:48 +08:00
HevConf: Set the port forwarding timeout to 300 seconds.
This commit is contained in:
@@ -179,7 +179,7 @@ hev_conf_init (int argc, char *argv[])
|
||||
}
|
||||
|
||||
if (tmsec <= 0) {
|
||||
tmsec = 120000;
|
||||
tmsec = 300000;
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user