From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: To: 9fans@cse.psu.edu From: YAMANASHI Takeshi MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: [9fans] simulataneous icmp conversations Date: Wed, 5 Nov 2003 13:33:34 +0900 Topicbox-Message-UUID: 7f848b32-eacc-11e9-9e20-41e7f4b1d025 I would like to use ip/gping to do health checking more than 16 servers. But the number of simulataneous icmp conversations is limited to 16 in /sys/src/9/ip/icmp.c. Should I change 16 to 64 or greater and recompile the kernel, or change ip/gping to open/close pingfd everytime an icmp echo- request-reply-cycle completes? --