mbed-os/features
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
..
FEATURE_BLE Update BLE Cordio libraries 2016-10-27 11:13:09 +01:00
FEATURE_COMMON_PAL Squashed 'features/FEATURE_COMMON_PAL/mbed-trace/' changes from b17e969..31e338c 2016-10-10 17:24:19 +01:00
FEATURE_LWIP lwip: Expose principal socket limits as configuration parameters. 2016-11-08 10:44:02 +00:00
FEATURE_UVISOR uVisor: Enforce thread switch atomicity 2016-09-26 23:09:36 -07:00
frameworks Replacing getchar with RawSerial getc in greentea-client. 2016-11-08 10:43:26 +00:00
mbedtls Add checks for NULL_ENTROPY and SSL_TLS in mbed OS 2016-10-20 14:53:57 -05:00
nanostack NanostackInterface: Remove string round-trips 2016-11-08 10:44:14 +00:00
netsocket nsapi_dns: Provide 2 IPv6-hosted default servers 2016-11-08 10:44:15 +00:00
storage/FEATURE_STORAGE Removed static declaration for the StorageVolumeManager in the CFStore because this componenent is shared across all users of the flash. Added define guards to the CFStore location and size so that these can be changed from the settings file. 2016-11-08 10:43:39 +00:00
unsupported Add wait for serial characters to transmit before deleting serial object. 2016-11-08 10:44:07 +00:00