mbed-os/features/netsocket
Kevin Bracey 24016a1262 nsapi_dns: Provide 2 IPv6-hosted default servers
Replace Comodo and OpenDNS IPv4 servers with Google and DNS.WATCH IPv6
servers, so IPv6-only devices (eg 6LoWPAN) have a default.

3 IPv4 resolvers should be plenty - existing code doesn't remember which
one last worked, so if early list entries were unreachable performance
would be consistently bad anyway. Replacing two entries avoids
increasing image size and RAM consumption.

On an IPv6-only or IPv4-only system, the sendto() for the wrong type of
address should fail immediately - change loop to move on to the next
server for any sendto() error.
2016-11-08 10:44:15 +00:00
..
CellularInterface.h Add tags to our code 2016-10-10 17:24:07 +01:00
EthInterface.h Add tags to our code 2016-10-10 17:24:07 +01:00
MeshInterface.h Add tags to our code 2016-10-10 17:24:07 +01:00
NetworkInterface.cpp nsapi - Standardized support of NSAPI_UNSPEC 2016-10-27 11:13:44 +01:00
NetworkInterface.h nsapi - Standardized support of NSAPI_UNSPEC 2016-10-27 11:13:44 +01:00
NetworkStack.cpp nsapi - Added better heuristic for the default record of DNS queries 2016-11-08 10:43:52 +00:00
NetworkStack.h nsapi - Standardized support of NSAPI_UNSPEC 2016-10-27 11:13:44 +01:00
Socket.cpp restructure - Restructured features/net directory 2016-09-30 19:18:09 -05:00
Socket.h Add tags to our code 2016-10-10 17:24:07 +01:00
SocketAddress.cpp lwip/nsapi - Cleaned up warnings in network code 2016-11-08 10:43:50 +00:00
SocketAddress.h nsapi - Standardized support of NSAPI_UNSPEC 2016-10-27 11:13:44 +01:00
TCPServer.cpp restructure - Restructured features/net directory 2016-09-30 19:18:09 -05:00
TCPServer.h Add tags to our code 2016-10-10 17:24:07 +01:00
TCPSocket.cpp restructure - Restructured features/net directory 2016-09-30 19:18:09 -05:00
TCPSocket.h Add tags to our code 2016-10-10 17:24:07 +01:00
UDPSocket.cpp restructure - Restructured features/net directory 2016-09-30 19:18:09 -05:00
UDPSocket.h Add tags to our code 2016-10-10 17:24:07 +01:00
WiFiAccessPoint.cpp Merge remote-tracking branch 'upstream/master' into feature_wifi_ublox_merge 2016-10-02 07:29:07 -05:00
WiFiAccessPoint.h Fixed missing public 2016-10-04 15:52:56 +02:00
WiFiInterface.h Add tags to our code 2016-10-10 17:24:07 +01:00
emac_stack_mem.h lwip-interface: fix issue #2993 2016-10-14 16:15:36 -05:00
mbed_lib.json restructure - Restructured features/net directory 2016-09-30 19:18:09 -05:00
nsapi.h Add tags to our code 2016-10-10 17:24:07 +01:00
nsapi_dns.cpp nsapi_dns: Provide 2 IPv6-hosted default servers 2016-11-08 10:44:15 +00:00
nsapi_dns.h Add tags to our code 2016-10-10 17:24:07 +01:00
nsapi_types.h nsapi - Standardized support of NSAPI_UNSPEC 2016-10-27 11:13:44 +01:00