• TCP keep alives
    I have a problem with the TCP connection being dropped. The far end drops the connection after a few minutes. I believe I need to send TCP keepalives periodically to stop the connection from dropping...
  • HTTP Header Connection "keep-alive"
    Hi, I'm trying to do some tests of the AJAX feature of the embedded HTTP server (MDK 5.1.6 Network Component). The thing is, the server is always sending the HTTP header: Server: Keil-EWEB/2.1 Content...
  • ping problem
    Hi... I am doing software development in ARM 7 in Keil Compiler. But I am facing a problem . I can not get successful reply for more than one device in a local lan network when I ping these all devices...
  • Ping Not working
    Dear all I have made a custom board based on stm32f407IGT6 and used the same schematics from keil MBCSTM32F400 board, I have written this simple program for testing PING, int main(void) { SysTick_Config...
  • RL-ARM - tcp_DefTout - Keep Alive Timeout
    I have set the tcp_DefOut as 120 seconds (default). The development board is TCP server, i am connecting to IP on listening port, the development board is closing the socket within 10 seconds. How can...