From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Sat, 9 May 2015 05:11:13 +0200 From: cinap_lenrek@felloff.net To: 9fans@9fans.net In-Reply-To: <20150508212413.7466429d@zinc.9fans.fr> 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: 5042801a-ead9-11e9-9d60-3106f5b1d025 do we really need to initialize tcb->mss to tcpmtu() in procsyn()? as i see it, procsyn() is called only when tcb->state is Syn_sent, which only should happen for client connections doing a connect, in which case tcpsndsyn() would have initialized tcb->mss already no? -- cinap