$cat /proc/sys/net/ipv4/tcp_max_orphans 8192 $ tcp_max_orphans The tcp_max_orphans variable tells the kernel how many TCP sockets that are not attached to any user file handle to maintain. In case this number is exceeded, orphaned connections are immediately reset and a warning is printed. The only reason for this limit to exist is to prevent some simple …