[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [openss7] SCTP for 2.5 series
Chuck,
I would be quite willing to entertain anyone interested
in funding a port to 2.5. Skipping the whole 2.4.x
nightmare sounds like an excellent idea.
Thanks for the patch!
--brian
Chuck Winters wrote: Wed, 09 Jan 2002 15:32:35
> 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;
--
Brian F. G. Bidulock ¦ The reasonable man adapts himself to the ¦
bidulock@openss7.org ¦ world; the unreasonable one persists in ¦
http://www.openss7.org/ ¦ trying to adapt the world to himself. ¦
¦ Therefore all progress depends on the ¦
¦ unreasonable man. -- George Bernard Shaw ¦