K 10 svn:author V 5 silby K 8 svn:date V 27 2002-05-20T17:34:31.000000Z K 7 svn:log V 327 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 MFC after: 3 days END