Break out UPnP port mapping into a service

This commit is contained in:
Jakob Borg
2015-04-28 10:25:25 +02:00
parent 50d377d9fe
commit 0642402449
6 changed files with 124 additions and 126 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ func TestDefaultValues(t *testing.T) {
UPnPEnabled: true,
UPnPLeaseM: 0,
UPnPRenewalM: 30,
UPnPTimeoutS: 3,
UPnPTimeoutS: 10,
RestartOnWakeup: true,
AutoUpgradeIntervalH: 12,
KeepTemporariesH: 24,