Bug 85222 - Add support for name resolution of servers
Summary: Add support for name resolution of servers
Status: RESOLVED MOVED
Alias: None
Product: nice
Classification: Unclassified
Component: General (show other bugs)
Version: unspecified
Hardware: Other All
: medium enhancement
Assignee: Olivier Crête
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-20 08:37 UTC by Sebastian Dröge (slomo)
Modified: 2015-06-26 14:01 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments

Description Sebastian Dröge (slomo) 2014-10-20 08:37:21 UTC
STUN servers could be provided as a DNS name by other APIs (e.g. WebRTC), but libnice currently only accepts numeric server names. It would be great if libnice could do the DNS resolution, which probably requires adding some async API around GResolver for this. Otherwise every application has to do that themselves.
Comment 1 Olivier Crête 2014-10-22 18:49:40 UTC
This defitely should be added, the libnice code pre-dates GResolver, imho, we don't need a specific async API, only to start resolution on a call to nice_agent_set_relay_info().
Comment 2 Philip Withnall 2015-06-26 14:01:09 UTC
Migrated to Phabricator: http://phabricator.freedesktop.org/T108


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.