commit | efb6e5c9068f4644b9f1f6c436d60c1e09504e35 | [log] [tgz] |
---|---|---|
author | Stephen McGruer <smcgruer@google.com> | Wed Jun 29 08:12:40 2016 -0400 |
committer | Stephen McGruer <smcgruer@google.com> | Wed Jun 29 08:13:44 2016 -0400 |
tree | 6fa4a401016e34938f8a15fdda7066cfab34486a | |
parent | c80d09a7855dd29d6df4e1ab61264bb9c963d45c [diff] |
Fix DIAL multicast registering (b/29832085) Previously the dialserver would attempt to bind only to a specific IP address for multicast listening. This fails in the case where there are multiple interfaces and the one chosen is not the default interface. Using INADDR_ANY fixes that. Bug: 29832085 Change-Id: Ic774ec13bf7a6ac679c4f28607807178470cfb79