Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Sep 2001 15:52:15 +0900
From:      tsuchiya@flab.fujitsu.co.jp
To:        jayanth@yahoo-inc.com, tsuchiya@flab.fujitsu.co.jp
Cc:        net@FreeBSD.ORG, silby@silby.com
Subject:   Re: TCP performance question
Message-ID:  <200109270652.PAA03232@const.kawasaki.flab.fujitsu.co.jp>

next in thread | raw e-mail | index | archive | help

>	This issue is a combination of mbuf cluster size and the 
>	TF_MORETOCOME flag.

>	        if (len) {
>	                if (len == tp->t_maxseg)
>	                        goto send;
>	                if (!(tp->t_flags & TF_MORETOCOME) &&
>	                    (idle || tp->t_flags & TF_NODELAY) &&
>	                    (tp->t_flags & TF_NOPUSH) == 0 &&
>	                    len + off >= so->so_snd.sb_cc)
>	                        goto send;

When I changed the condition, the problem we had did not occur. I am wondering
what is the right fix.
Yoshi

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-net" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200109270652.PAA03232>