• RL TcpNet Web Server: Post request in two TCP packets
    Hello, I'm using the Keil RL TcpNet Web Server. When the client, NetFront browser, send a POST request, it divided the message into TCP 2 packets: 1st has all headers and 2nd has the content body...
  • 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 for large packets
    Hello, I'm using RL-TCPnet with RTX in order to develop an Modbus TCP application. Everything works fine until the application tries to send some packet greater than 1460 bytes of data. I'm using...
  • TCP packet filled with 'U'
    Hi, I'm trying the RL-ARM TCP/IP stack on a ARM7 LPC2478-STK board from Olimex. int main() { U8 rem_ip[4] = {192,168,1,81}; U8 tcp_soc; uart0_init(); timer_init(); init_TcpNet(); tcp_soc...
  • sneding TCp packets
    i stop work on my serial porject and now must do TCP so do some one have some code for it?