OSDN Git Service

Disable remote TCP connections
authorPavlin Radoslavov <pavlin@google.com>
Tue, 18 Aug 2015 01:54:22 +0000 (18:54 -0700)
committerPavlin Radoslavov <pavlin@google.com>
Tue, 18 Aug 2015 04:18:51 +0000 (21:18 -0700)
commitd2199cbb8f361772819402b56e6fa46587a31c56
tree8a265636e1cee98077cdc6a30ddd04b27c0b4c18
parent1e1f1598c0574ccda0978bc31bf759708c33a0c9
Disable remote TCP connections

For security reasons, TCP sockets now listen on the loopback
IPv4 address 127.0.0.1 for incoming TCP connections.

Bug: 23272146
Change-Id: I88523f643f305f2281740575d7011b6077bf0843
osi/include/socket.h
osi/src/socket.c