GNetworkService: fall back when there is no valid SRV record
authorDan Winship <danw@gnome.org>
Wed, 15 Sep 2010 14:05:03 +0000 (10:05 -0400)
committerDan Winship <danw@gnome.org>
Fri, 22 Oct 2010 18:59:35 +0000 (14:59 -0400)
commite410131021036532e6e9622e8b977222389b44e9
tree04261faa2383e1380cf3d79bdc9796ed135282bb
parent19243c247d8a89c6467bd21109b7f0d4b1cb081a
GNetworkService: fall back when there is no valid SRV record

RFC 2782 says that if there is no SRV record for
_SERVICE._PROTOCOL.DOMAIN, you should fall back to trying just DOMAIN,
with the default port for SERVICE. Do that.

https://bugzilla.gnome.org/show_bug.cgi?id=629274
gio/gnetworkservice.c