DragonFly-2.3.2.194.g153d3 master sys/netinet tcp.h tcp_input.c

看板DFBSD_commit作者時間16年前 (2009/07/28 09:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit 153d34aca6466454ffd04c5edea794c4ef8fcfd5 Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Mon Jul 27 17:44:49 2009 -0700 TCP - Remove net.inet.tcp.minmssoverload This feature is horribly broken and has been removed. It immediately breaks NFS over TCP, it makes major assumptions about how TCP connections are used which break standards, particular with regards to imposing a minimum data size for synchronous communications, and the algorithm does not scale to network speed AT ALL. Summary of changes: sys/netinet/tcp.h | 8 ------- sys/netinet/tcp_input.c | 51 ++------------------------------------------- sys/netinet/tcp_subr.c | 12 ---------- sys/netinet/tcp_usrreq.c | 18 +++++++++++++-- sys/netinet/tcp_var.h | 1 - 5 files changed, 18 insertions(+), 72 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/153d34aca6466454ffd04c5edea794c4ef8fcfd5 -- DragonFly BSD source repository
文章代碼(AID): #1ARatKO- (DFBSD_commit)