Hi,
I need some deeper explanation of tcp_get_socket and tcp_release_socket. I noticed that a socket allocated with tcp_get_socket and returned with tcp_release_socket cannot be allocated with tcp_get_socket again.
Is my assumption correct or do I something wrong? Do I have to build my own socket manager in case I have to allocate and de-allocate sockets?
I appreciate your feedback!
Thank you, Frank