services/enthalpy: raise retransmission timeout
This commit is contained in:
parent
bc44eb8424
commit
0e45380338
|
@ -124,6 +124,7 @@ in
|
||||||
interfaces_use = ${strings.concatStringsSep "," cfg.ipsec.interfaces}
|
interfaces_use = ${strings.concatStringsSep "," cfg.ipsec.interfaces}
|
||||||
port = 0
|
port = 0
|
||||||
port_nat_t = ${toString config.networking.ports.enthalpy-ipsec}
|
port_nat_t = ${toString config.networking.ports.enthalpy-ipsec}
|
||||||
|
retransmit_timeout = 30
|
||||||
retransmit_base = 1
|
retransmit_base = 1
|
||||||
plugins {
|
plugins {
|
||||||
socket-default {
|
socket-default {
|
||||||
|
|
Loading…
Reference in a new issue