Check relays for available devices

This commit is contained in:
Audrius Butkevicius
2015-06-28 21:09:03 +01:00
parent 27465353c1
commit a388fb0bb7
4 changed files with 109 additions and 10 deletions

View File

@@ -40,6 +40,7 @@ func TestDefaultValues(t *testing.T) {
MaxSendKbps: 0,
MaxRecvKbps: 0,
ReconnectIntervalS: 60,
RelayReconnectIntervalM: 10,
StartBrowser: true,
UPnPEnabled: true,
UPnPLeaseM: 60,
@@ -152,6 +153,7 @@ func TestOverriddenValues(t *testing.T) {
MaxSendKbps: 1234,
MaxRecvKbps: 2341,
ReconnectIntervalS: 6000,
RelayReconnectIntervalM: 20,
StartBrowser: false,
UPnPEnabled: false,
UPnPLeaseM: 90,