Date: Mon, 13 Apr 2009 00:32:34 +0000 (UTC) From: Pyun YongHyeon <yongari@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/fxp if_fxp.c Message-ID: <200904130032.n3D0Wcqh051390@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
yongari 2009-04-13 00:32:34 UTC FreeBSD src repository Modified files: sys/dev/fxp if_fxp.c Log: SVN rev 190982 on 2009-04-13 00:32:34Z by yongari Don't blindly set IP packet length from interface MTU in TSO case. Remote host can advertise smaller MSS than that of sender so upper stack might have adjusted the MSS which in turn generates IP packets that are less size than that of interface MTU. Reported by: Bjoern Koenig ( bkoenig <> alpha-tierchen dot de ) Tested by: Bjoern Koenig ( bkoenig <> alpha-tierchen dot de ) MFC after: 3 days Revision Changes Path 1.286 +2 -1 src/sys/dev/fxp/if_fxp.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904130032.n3D0Wcqh051390>