• RL-TCPnet and TCP question
    Hello, I'm trying to understand how to use tcp on LPC2460. I have set up a server that listens on 5 sockets, sharing the same callback function, based somehow on this link www.keil.com/.../rlarm_tn_tcp_mulconn...
  • Webserver and TCP Socket - TCPNET
    Hello There, I am trying to implement the webserver and TCP socket implementation in a single solution. I hope that both can co-exist (built using TCPNet module). Has anyone done similar implementation...
  • TCPnet TCP Size
    Hi, I just started working with TCPnet and my project involves transfer of "big data" over the network. Big is a synonym of "few hundreds of kb". I did not find what kind of behaviour to...
  • RL-TCPnet TCP reception problem
    Hello, When I send an TCP packet (1022 bytes) from my PC, I receive the packet in 2 times (with TCP_EVT_DATA). 536 bytes first and 486 bytes. I don't understand why I can't receive it in one...
  • TCPNET HTTP server: TCP checksum errors
    Hello, I have implemented a web server using RL-ARM. The problem I am trying to resolve is that, occasionally, the web server will 'hang' for about two seconds while in the middle of serving a HTTP...