Subject: Re: Add "last record" and "last mbuf" pointers to sockbuf
To: None <thorpej@wasabisystems.com>
From: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
List: tech-kern
Date: 07/03/2002 05:14:46
From: Jason R Thorpe <thorpej@wasabisystems.com>
Subject: Add "last record" and "last mbuf" pointers to sockbuf
Date: Mon, 1 Jul 2002 14:30:01 -0700
> (2) I have not included the changes to make the other sbappend*()
> functions use the new pointers. That is because when I do so,
why not if you want people to debug it? :-)
> (3) Using it for TCP receive isn't working right now ... it used
> to, so I must have screwed something up in updating them (I
> think I know what it is, and will be investigating this next).
how doesn't it work?
i tried your patch and it seems to work...
(i did s/sbappend/&_stream/g in tcp_input.c)
---
YAMAMOTO Takashi<yamt@mwd.biglobe.ne.jp>