• Getting around delayed ack problem
    Hi, I have an application that sends data via BSD TCP sockets every 50ms to some software on the PC. The problem is, windows uses delayed ack - msdn.microsoft.com/.../aa505957.aspx which means...
  • Getting around delayed ack problem
    Hi, I have an application that sends data via BSD TCP sockets every 50ms to some software on the PC. The problem is, windows uses delayed ack - msdn.microsoft.com/.../aa505957.aspx which means...
  • Delayed Ack Issue in Using RL-TCPnet on ARM7
    Hi. I am using RL-TCPnet on Arm 7 LPC2468, and trying to set Arm7 as a server in TCP communications. TcpRxTx::socket_tcp = tcp_get_socket (TCP_TYPE_SERVER, 0, 10, TcpRxTx::tcp_callback); ...
  • LPC2361 USB Device code - not getting status stage ACK
    Hi, I am writing firmware for LPC2361 USB device controller by using LPC23xx keil sample code. In Control transfer, Get Descriptor request, my output looks like, SETUP TOKEN + 8 BYTES DATA...
  • Delayed Ack Issue in Using RL-TCPnet on ARM7
    Hi. I am using RL-TCPnet on Arm 7 LPC2468, and trying to set Arm7 as a server in TCP communications. TcpRxTx::socket_tcp = tcp_get_socket (TCP_TYPE_SERVER, 0, 10, TcpRxTx::tcp_callback); ...