GNOME Bugzilla – Bug 711015
Add msearch-port property to GSSDPClient
Last modified: 2019-02-22 09:29:58 UTC
Make it possible to use a fixed port for SSDP M-SEARCH requests.
Created attachment 258310 [details] [review] Add msearch-port property to GSSDPClient
Review of attachment 258310 [details] [review]: Typos. ::: libgssdp/gssdp-client.c @@ +547,3 @@ + * UDP port to use for sending multicast M-SEARCH requests on the + * network. If not set (or set to 0) a random port will be used. + * This property can be only set durinc object construction. s/durinc/during @@ +616,3 @@ + * @msearch_port: The network port to use for M-SEARCH requests or 0 for + * random. + * @error: (allow-none): Location to store error, or %NULL missing dot.
Created attachment 258439 [details] [review] Add msearch-port property to GSSDPClient
Created attachment 258440 [details] [review] Propagate port property to GSSDPClient GSSDPClient introduced a new msearch-port property that this patch sets from the port property in GUPnPContext.
The proper solution would be to move the "port" property to GSSDPClient, but that has all kind of implications :-/
Comment on attachment 258439 [details] [review] Add msearch-port property to GSSDPClient Attachment 258439 [details] pushed as fe85ede - Add msearch-port property to GSSDPClient
Attachment 258440 [details] pushed as b8f2cbf - Propagate port property to GSSDPClient