git: Kill T/TCP

Aggelos Economopoulos aggelos at crater.dragonflybsd.org
Thu Dec 10 18:47:14 PST 2009


commit 27b8aee3f2c8dc8fa71a289439c17382eebf937e
Author: Aggelos Economopoulos <aggelos at 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





More information about the Commits mailing list