Change default IPv6 multicast address (fixes #2090)

This commit is contained in:
Jakob Borg
2015-08-23 14:59:38 +02:00
parent 42acf0ed60
commit 40d0100132
6 changed files with 11 additions and 6 deletions

View File

@@ -36,7 +36,7 @@ func TestDefaultValues(t *testing.T) {
GlobalAnnEnabled: true,
LocalAnnEnabled: true,
LocalAnnPort: 21025,
LocalAnnMCAddr: "[ff32::5222]:21026",
LocalAnnMCAddr: "[ff12::8384]:21027",
RelayServers: []string{"dynamic+https://relays.syncthing.net"},
MaxSendKbps: 0,
MaxRecvKbps: 0,