Jonathan Lemon 0080a004d7 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-21 22:34:51 +00:00
2002-06-19 20:44:48 +00:00
2002-05-16 21:28:32 +00:00
2002-06-27 23:02:18 +00:00
2002-06-12 14:55:19 +00:00
2002-05-24 07:26:17 +00:00
2002-06-28 17:51:11 +00:00