Lines Matching full:connections
46 * task #14600: tcp_alloc(): kill TF_CLOSEPEND connections before other ESTABLISHED
59 * TCP: kill existing connections with a LOWER priority than the one currently being opened.
60 Previous implementations also kill existing connections of the SAME priority.
102 of TLS or proxy connections
508 * netif.h, slipif.c, ppp.c: Removed unused netif flag for point to point connections
512 connections half-closed by peer"
515 * tcp.c: tcp_alloc() prefers killing CLOSING/LAST_ACK over active connections
724 aborted connections): netconn_accept() returns ERR_ABRT (sockets: ECONNABORTED)
725 for aborted connections, ERR_CLSD (sockets: EINVAL) if the listening netconn
845 * netif.c, tcp.h/.c: fixed bug #44378 (TCP connections are not aborted on netif
1406 accept() on UDP connections
1708 * tcp_out.c: Fixed bug #32820 (Outgoing TCP connections created before route
1901 * netif.c, ipv4/ip.c: task #10241 (AutoIP: don't break existing connections
2524 connections where no reset required (bug #25622)
2714 keep accepting new connections.
3074 connections, such present in patch #5959.
3459 connections.
3821 tcpip_thread() to tcpip_init(). This way, raw API connections can be
4235 * The address of new connections in the accept() function in the BSD
4240 * Aborted TCP connections were not handled correctly in all
4263 connections.
4355 now results in an error. Reset connections sometimes hung an
4364 connections has been found and removed.
4462 - Connections are now timed-out of the FIN-WAIT-2 state.
4482 * TCP connections now are kept on three lists, one for active
4483 connections, one for listening connections, and one for
4484 connections that are in TIME-WAIT. This greatly speeds up the fast