K 10 svn:author V 5 silby K 8 svn:date V 27 2002-05-21T18:03:16.000000Z K 7 svn:log V 364 MFC rev 1.94: Subtle fix to the accept filter LRU code. In some cases, a newly initialized socket with no qlimit was being passed in. In order to handle this case properly, we must not use >= when comparing queue sizes to qlimit. As a result of this improper handling, a panic could result in certain cases. PR: 38325 Approved by: re END