Tests for the NetworkSocketAPI

Dependents:   BSDInterfaceTests ESP8266InterfaceTests LWIPInterfaceTests SpwfInterface_NSAPI_Tests ... more

resolve error in ubuntu linux ("address already in use") for socket operations

1. set socket options before socket.bind

2. listen for incoming SOCK_STREAM connections only before socket.accept

Resolves error in ubuntu linux ("address already in use")

-set socket options before “socket.bind” -listen for incoming SOCK_STREAM connections only before “socket.accept” resolves ubuntu errors.

1 comment:

08 Jun 2016

Looks good, thanks for the improvement