OSDN Git Service

Revert "Tell dnsmasq not to start wildcard sockets"
authorErik Kline <ek@google.com>
Tue, 5 Jan 2016 03:52:07 +0000 (03:52 +0000)
committerErik Kline <ek@google.com>
Tue, 5 Jan 2016 03:57:10 +0000 (03:57 +0000)
commita3ec3703ab1377d0c82381c61566701ae21fcfc7
tree8a8d9327fae028eeb3d077c4817edc94382002ae
parentf1dfabed0a9b6ee9c37b64db3bbcb656281d4771
Revert "Tell dnsmasq not to start wildcard sockets"

This reverts commit f1dfabed0a9b6ee9c37b64db3bbcb656281d4771.

The 3.4 kernel does not have SO_REUSEPORT functionality but the
headers #define it, so dnsmasq tries to use it and setsockopt
duly fails.

This is not a problem on 3.10 and later kernels, but reverting anyway.

Bug: 9580643
Bug: 26301652
Change-Id: I2322a80caa76ee4b7bb290f1665081b17d86fd43
server/TetherController.cpp