After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 765688 - On android devices, all packets received on the socket are dropped
On android devices, all packets received on the socket are dropped
Status: RESOLVED FIXED
Product: gssdp
Classification: Other
Component: General
0.14.x
Other Linux
: Normal normal
: ---
Assigned To: GUPnP Maintainers
GUPnP Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-04-27 17:42 UTC by Aurélien Chabot
Modified: 2019-02-22 09:29 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to fill the device index (1.12 KB, patch)
2016-04-27 17:43 UTC, Aurélien Chabot
committed Details | Review

Description Aurélien Chabot 2016-04-27 17:42:11 UTC
This is due to the fact that the device index is never filled for android.
Recent option to use to use if_nametoindex allow to fix that easily by calling the query_ifindex function in the dedicated android code section.

See attached patch.
Comment 1 Aurélien Chabot 2016-04-27 17:43:52 UTC
Created attachment 326881 [details] [review]
Patch to fill the device index
Comment 2 Jens Georg 2016-04-27 17:58:06 UTC
Review of attachment 326881 [details] [review]:

+1