• multiple TCP connection
    Hi, I want to implement multiple TCP connection. I search in Keil help and i found this page "Multiple TCP Connections". I understand the sample code in the help file but i don't know what is the...
  • TCP multiple sockets
    I have an embedded application that needs to be able to handle several TCP sockets at the same time. It also needs to listen in on the same port number (similar to the way HTTP does) and spin off separate...
  • TCP multiple sockets
    I have an embedded application that needs to be able to handle several TCP sockets at the same time. It also needs to listen in on the same port number (similar to the way HTTP does) and spin off separate...
  • multiple TCP connection
    Hi, I want to implement multiple TCP connection. I search in Keil help and i found this page "Multiple TCP Connections". I understand the sample code in the help file but i don't know what is the...
  • Multiple-client connections on TCP/IP Server
    I'm using TCP/IP stack from RL-ARM Library 2.22a and starting point of my project was a sample from Keil LEDSwitch Server. What i would like to know is what i need to do to be able to receive more...