How many number of TCP/IP clients can be connected

, , ,

Hi,

      How many number of TCP/IP clients can be connected to one server application runs on RCM 6710.

    I am running one server application in RCM6710 now i am able to communicate with one client. I need to know how can i handle multiple clients is there any sample code..

thanks
satish

You want to make sure you have enough sockets for each connection. See samples cpip\multi_echo.c and also read volume 1 of the TCPIP user manual.