看板 DFBSD_bugs 關於我們 聯絡資訊
:On Wed, Nov 17, 2004 at 01:03:29PM -0800, Jeffrey Hsu wrote: :> This should be fixed by : :Seems better now. I'll do more stress-testing tomorrow. : :Joerg Lets see if H.Miyamoto's problems go away with the new commit. He apparently had some issues even after disabling SACK but from my read of Jeff's commit the fix he made would effect both SACK and NON-SACK connections. Note to jeff: I haven't read the code enough to understand it yet but did notice this in your patch: + if (q->tqe_th->th_flags & TH_FIN) + te->tqe_th->th_flags &= TH_FIN; I'm just making sure that is what you meant to do, and not &= ~TH_FIN. -Matt Matthew Dillon <dillon@backplane.com>