Hi karol, The application which i am using is a Client application.So, it will not 'accept' or 'listen' to TCP socket. But i am having nx_tcp_socket_recieve API which will also uses the same packet pool (But call to nx_tcp_socket_send and nx_tcp_socket_receive is sequential ). Will it cause any problem? Can you share any example with send and recieve to the same socket? Both send and recieve are proper untill some point. Later allocate is returning the value NX_NO_PACKET Is there any other possibality or in any other case, where the nx_packet_allocate will return NX_NO_PACKET? Is it possible to analyse memory usage or any memory leak in my project? Regards,
↧