• 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...
  • 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...
  • 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...
  • 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...
  • 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...