From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <1633104b58522769b9fa2792ef99aa13@felloff.net> Date: Sun, 10 May 2015 23:34:15 +0200 From: cinap_lenrek@felloff.net To: 9fans@9fans.net In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] fossil+venti performance question Topicbox-Message-UUID: 510834a4-ead9-11e9-9d60-3106f5b1d025 how is this the opposite? your patch shows the tcb->mss init being removed completely from tcpincoming(). - /* our sending max segment size cannot be bigger than what he asked for */ - if(lp->mss != 0 && lp->mss < tcb->mss) { - tcb->mss = lp->mss; - tpriv->stats[Mss] = tcb->mss; - } + /* per rfc, we can't set the mss any more */ + // tcb->mss = tcpmtu(s->p, lp->laddr, lp->version, lp->mss, &tcb->scale); -- cinap