search for: syn_rcvd

Displaying 2 results from an estimated 2 matches for "syn_rcvd".

2016 Jul 04
1
[PATCH] core/lwip: Avoid 3-second delay for a half-open connection
...n a non-synchronized state. */ tcp_rst(ackno, seqno + tcplen, ip_current_dest_addr(), ip_current_src_addr(), tcphdr->dest, tcphdr->src); + /* Resend SYN immediately to establish connection */ + pcb->rtime = 0; + tcp_rexmit_rto(pcb); } break; case SYN_RCVD: -- 2.3.8
2003 Nov 21
2
question on scalability
Hello All, We have a Linux cluster application that uses openssh as its inter-node communication mechanism and we've recently run into a problem that points to a potential scalability issue in openssh code. Our client nodes systematically open ssh connections to the server node to execute an administrative command. When establishing socket connections, the server side sometimes fails to