From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: To: 9fans@9fans.net Date: Sun, 18 Apr 2010 16:39:42 -0400 From: geoff@plan9.bell-labs.com In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] multiple pings cause panic Topicbox-Message-UUID: 0771e37e-ead6-11e9-9d60-3106f5b1d025 There are limits on the number of concurrent conversations per protocol. For UDP, it's currently 1024, for TCP it's currently 1024 on terminals and 4096 on cpu servers. For ICMP, it's currently 128; you may want to raise that. To find the current limits, grep '>nc = ' /sys/src/9/ip/*.c