[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[openss7] SCTP for 2.5 series



Brian,
	I noticed some of your posts to the other sctp list.  Are you 
in the planning stages for a 2.5 series sctp impl.?  I finally got
the 2.2 series kernel working correctly when there is packet loss.  
I have not implemented the changes from the streams version you 
put out yet.  I do have a bug fix though.

Chuck
*** sctp_timer.c	Wed Jan  9 15:24:59 2002
--- ../../../linux-2.2.12.working/net/ipv4/sctp_timer.c	Wed Jan  9 15:31:37 2002
***************
*** 334,340 ****
  			    !(cb->sacks) )
  			{
  				int clen = skb->len;
! 				int dlen = clen - sizeof(struct sctp_data);
  
  				sp->num_rtxs++;
  				cb->flags |= SCTPCB_FLAG_RETRANS;
--- 334,340 ----
  			    !(cb->sacks) )
  			{
  				int clen = skb->len;
! 				int dlen = SCTP_SKB_CH_LEN(skb) - sizeof(struct sctp_data);
  
  				sp->num_rtxs++;
  				cb->flags |= SCTPCB_FLAG_RETRANS;