• Closed the connection to a remote host in TCP
    Hi, I have not found a function to close the connection to a remote host to TCP server, but I will not stop the server, only the connection. My problem is when you unplug the cable, I have to...
  • Closed the connection to a remote host in TCP
    Hi, I have not found a function to close the connection to a remote host to TCP server, but I will not stop the server, only the connection. My problem is when you unplug the cable, I have to...
  • TCP closing problem
    Hi I'm using AT91sam7x512 with DP83848 for Ethernet connection and in my project device is set as host, and every thing is OK except TCP closed detection. I've used tcp_get_state() to determine...
  • TCP closing problem
    Hi I'm using AT91sam7x512 with DP83848 for Ethernet connection and in my project device is set as host, and every thing is OK except TCP closed detection. I've used tcp_get_state() to determine...
  • TCPNet: closing connection
    I have allocated server-type TCP socket and put it into listen state: tcp_soc = tcp_get_socket(TCP_TYPE_SERVER, 0, 60, fun_TcpCallBack); if (tcp_soc != 0) { tcp_listen (tcp_soc,PORT); } ...