git: kernel - Fix TCP MSS calculation

看板DFBSD_commit作者時間16年前 (2009/10/09 07:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit b235ad6de5d8382f0b85332f4ea96a08b08e24a8 Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Thu Oct 8 15:30:02 2009 -0700 kernel - Fix TCP MSS calculation * When the default MSS was returned to 512 in commit bf18b4 it revealed a bug in the tcp_mss() function which caused DragonFly senders to always use a mss of 500 when sending data to non-local targets. Fix the negotiation to use the offered MSS for non-local targets. Summary of changes: sys/netinet/tcp_input.c | 64 ++++++++++++++++++++++++++++------------------ 1 files changed, 39 insertions(+), 25 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/b235ad6de5d8382f0b85332f4ea96a08b08e24a8 -- DragonFly BSD source repository
文章代碼(AID): #1Apcyqtd (DFBSD_commit)