K 10 svn:author V 6 jlemon K 8 svn:date V 27 2002-06-28T19:12:38.000000Z K 7 svn:log V 391 One possible code path for syncache_respond() is: syncache_respond(A), ip_output(), ip_input(), tcp_input(), syncache_badack(B) Which winds up deleting a different entry from the syncache. Handle this by not utilizing the next entry in the timer chain until after syncache_respond() completes. The case of A == B should not be possible. Problem found by: Don Bowman END