Hi Experts,
we use getsockname () posix api to find out the port number on which a socket binds (when port is passed as 0, in which case stack allocates a port), but this API is not available in CC3200 SDK. I have checked simplelink/include/socket.h. While there are other socket related APIs are available and we are using them successfully, there is no sign of this API in entire SDK.
Can you please suggest what are my alternatives?
Thanks.