• TCP retry
    I'm using tcpnet and can make a connection to a server beautifully. Sometimes a tcp message i send does not get through to the server. I think I need to resend it but don't know how long to wait...
  • 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?
  • TCPNET: SYN retry timeout not controlable
    Hi All, I'm having trouble with controlling the SYN re-transmit timeout. My platform (NXP-LPC1837) connects to an application on windows, every once in a while the windows IP-stak doesn't respond...
  • Raw IP packets - TCP Keep Alive
    Hi everyone, I'm working on TCP server using MDK ARM with Real Time Library 4.12. I'm communicating with up to 4 TCP clients. I have set number of TCP sockets to 4 and Default Connect Timeout to...