git: Kill T/TCP

看板DFBSD_commit作者時間16年前 (2009/12/11 11:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit 27b8aee3f2c8dc8fa71a289439c17382eebf937e Author: Aggelos Economopoulos <aggelos@coal.nodomain> Date: Thu Dec 10 21:36:55 2009 +0200 Kill T/TCP T/TCP has serious security issues by design and has not found widespread usage. Keeping it around is also a maintenance burden. Summary of changes: share/man/man4/Makefile | 1 - share/man/man4/tcp.4 | 10 -- share/man/man4/ttcp.4 | 230 -------------------------------------------- sys/net/route.h | 3 +- sys/netinet/tcp.h | 6 - sys/netinet/tcp_input.c | 217 ++--------------------------------------- sys/netinet/tcp_output.c | 85 +--------------- sys/netinet/tcp_seq.h | 16 --- sys/netinet/tcp_subr.c | 58 +----------- sys/netinet/tcp_syncache.c | 83 ---------------- sys/netinet/tcp_timer.c | 4 +- sys/netinet/tcp_usrreq.c | 69 +------------ sys/netinet/tcp_var.h | 42 +-------- 13 files changed, 31 insertions(+), 793 deletions(-) delete mode 100644 share/man/man4/ttcp.4 http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/27b8aee3f2c8dc8fa71a289439c17382eebf937e -- DragonFly BSD source repository
文章代碼(AID): #1B8RNqzT (DFBSD_commit)