Re: git: network - Move socket from netmsg ext to netmsg header,

看板DFBSD_commit作者時間16年前 (2009/12/10 09:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串10/11 (看更多)
:... :if (taop->tao_mssopt != 0 && taop->tao_mssopt < maxopd) : maxopd = taop->tao_mssopt; : :Looks like it could be moved in rt_metrics too, but I haven't thought :this through yet. : :Opinions? : :Thanks, :Aggelos Hmm. The problem with moving it to rt_metrics is that tao_mssopt is going to wind up being assigned by nearly every single tcp connection via tcp_mss(), and not just from ICMP-based MTU discovery. I'm not sure how rt_metrics works but if it allocates space for all the metrics we could wind up making the route table bigger instead of smaller. -Matt Matthew Dillon <dillon@backplane.com>
文章代碼(AID): #1B84XIdj (DFBSD_commit)
討論串 (同標題文章)
完整討論串 (本文為第 10 之 11 篇):
文章代碼(AID): #1B84XIdj (DFBSD_commit)