K 10
svn:author
V 6
kondou
K 8
svn:date
V 27
1998-08-21T07:23:21.000000Z
K 7
svn:log
V 579
innd/chan.c:
	- reported From: Aidan Cully <aidan@panix.com>
	- If a connection is above its MaxCnx, it's FD does _not_ get removed
	  from RCHANmask.  The connecting site sends anything over, select
	  suddenly starts returning larger values.  Then, in the iteration
	  over the FD_SETs from select, if a particular connection is above
	  the MaxCnx, we simply skip that channel.  Obviously, the appropriate
	  way to fix this is to remove the FD from RCHANmask when it's
	  discovered that the channel is above its connection limit, and put
	  it back in if the limit changes.

END
