Subject: Re: CVS commit: src/sys/netinet
To: None <matt@3am-software.com>
From: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
List: tech-net
Date: 03/12/2005 02:19:50
> OK.  that's reasonable.  I've modified if_wm.c to set ip_len to 0 and
> now ip_output.c leaves ip_len unchanged.

thanks.

> So when is the support for TSO in re(4) going to be committed? :)

maybe tomorrow.

although it has another problem; IP_MAXPACKET, which is used to limit
largesend size, seems too large for rtl8169, which has only 64 tx descriptor.
i guess we need something like NDIS_TASK_TCP_LARGE_SEND.

YAMAMOTO Takashi