Randall Stewart 6a91f103b6 Turns out we would reset the TSN seq counter during
a colliding INIT. This if fine except when we have
data outstanding... we basically reset it to the
previous value it was.. so then we end up assigning
the same TSN to two different data chunks.
This patch:

1) Finds a missing lock for when we change the stream
   numbers during COOKIE and INIT-ACK processing.. we
   were NOT locking the send_buffer.. which COULD cause
   problems (found by inspection looking for <2>)

2) Fixes a case during a colliding INIT where we incorrectly
   reset the sending Sequence thus in some cases duplicately
   assigning a TSN.

3) Additional enhancments to logging so we can see strm/tsn in
   the receiver AND new tracking to watch what the sender
   is doing with TSN and STRM seq's.

Approved by:	gnn
2006-11-11 15:59:01 +00:00
..
2006-11-07 21:57:18 +00:00
2006-11-08 06:31:28 +00:00
2006-11-09 20:45:22 +00:00
2006-11-11 05:35:39 +00:00
2006-05-26 13:54:27 +00:00
2006-11-02 16:24:18 +00:00
2006-11-06 17:43:10 +00:00
2006-11-11 15:02:04 +00:00
2006-11-11 15:02:04 +00:00
2006-11-09 08:03:37 +00:00