• 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...
  • TCPnet - TCP window management
    Hi, I'm using a homemade FTP server library , and recently , I observed a strange behaviour using it with Firefox as ftp client. When I want to download a file from my server with firefox , the...
  • 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...
  • 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: TCP packet size limits total POST data?
    Hello, I am using the RL-ARM/TCPNET web server to process form data (sent via the POST method) and also for file upload. File upload works absolutely fine. I can upload a 20K or 30K text file...