Tests for the NetworkSocketAPI

Dependents:   BSDInterfaceTests ESP8266InterfaceTests LWIPInterfaceTests SpwfInterface_NSAPI_Tests ... more

Modifying the value(address) of test_buffer passed to tcp->recv()

- The address of test_buffer passed to tcp->recv function modified. - Resolves the over-writing of test_buffer, when for a particular big chunk of data all the WIND messages are not arrived at the same time.

- The address of test_buffer passed to tcp->recv function modified. - resolves the over-writing of test_buffer, when for a particular big chunk of data all the WIND messages are not …