看板 DFBSD_commit 關於我們 聯絡資訊
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