listener: default to the plain TCP protocol

This commit is contained in:
Hylke Bons 2011-09-25 19:28:24 +02:00
parent d661c184e2
commit 2a0ef501a2

View file

@ -50,7 +50,7 @@ namespace SparkleLib {
// don't have your own. All data needed to connect is hashed and
// we don't store any personal information ever
uri = "tcp://204.62.14.135:1986";
uri = "tcp://204.62.14.135:1986"; // TODO: announcements.sparkleshare.org
}
Uri announce_uri = new Uri (uri);