mbed-os/UNITTESTS/features
Arto Kinnunen 4d8af9f333 Add getsockopt option to read network property
Add getsockopt options NSAPI_LATENCY and NSAPI_STAGGER to read
network specific timing constraints from socket.
-NS_LATENCY returns estimated latency to given address.
-NSAPI_STAGGER returns estimated initial delay that application
 should wait before transmitting data to network.

Application can use the new options to avoid network congestion by
adjusting transmission delays and retry timeouts.

Add wrappers to make API usage easier:
-get_rtt_estimate_to_address
-get_stagger_estimate_to_address

This is backport of the https://github.com/ARMmbed/mbed-os/pull/12522
2020-04-29 13:20:42 +03:00
..
cellular/framework Merge pull request #11941 from michalpasztamobica/remove_internal_string_apis 2019-11-28 14:26:03 +01:00
lorawan Allow MBED_ASSERT to throw errors in unittests, so we can verify it. 2019-11-22 13:10:46 +02:00
netsocket Add getsockopt option to read network property 2020-04-29 13:20:42 +03:00
storage/blockdevice/HeapBlockDevice Merge pull request #11928 from SeppoTakalo/assert_throw 2019-11-25 13:11:41 +01:00