GNOME Bugzilla – Bug 685561
allow client transport settings for multicast
Last modified: 2014-02-25 22:29:07 UTC
This patch makes it possible for the client to send transport settings for multicast (destination && ttl). Client settings must be explicitly allowed or the server will use its own settings.
Created attachment 225879 [details] [review] Use client transport settings for multicast if allowed.
Created attachment 225893 [details] [review] Use client transport settings for multicast if allowed. In the previous version of the patch ttl was not added to the transport header in the SETUP response.
commit d581b7bd4e9be7e97e016975f499c5929602e851 Author: Ognyan Tonchev <ognyan.tonchev at axis.com> Date: Wed Oct 10 11:06:02 2012 +0200 client: Use client transport settings for multicast if allowed. This patch makes it possible for the client to send transport settings for multicast (destination && ttl). Client settings must be explicitly allowed or the server will use its own settings. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=685561
commit 4f0ef292f0a3b05a2a9e234c219d826998ce4bf9 Author: Ognyan Tonchev <ognyan.tonchev at axis.com> Date: Wed Oct 10 11:13:10 2012 +0200 session: add ttl to the transport header in SETUP See https://bugzilla.gnome.org/show_bug.cgi?id=685561
I made some changes: * Make a GObject property * rename to set_use_client_settings * add getter