jlemon 3d67b56283 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 <don@sandvine.com>
2002-06-28 19:12:38 +00:00
..
2002-06-27 23:02:18 +00:00
2002-06-10 20:05:46 +00:00
2002-06-23 09:13:46 +00:00
2002-06-27 23:02:18 +00:00
2002-06-23 09:14:24 +00:00
2002-06-28 08:36:26 +00:00
2002-06-27 23:02:18 +00:00
2002-06-10 20:05:46 +00:00