]> git.ipfire.org Git - thirdparty/squid.git/commit
Removed tcp-banger* and pconn-banger tools (#1236)
authorAmos Jeffries <squid3@treenet.co.nz>
Tue, 17 Jan 2023 02:19:01 +0000 (02:19 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Tue, 17 Jan 2023 02:19:10 +0000 (02:19 +0000)
commitaf98460e539705db65c4e79b0ab64af17c9f1432
tree903d9ac2d89aad7250b2bd85c4de3cf116111131
parent2bbaef0eb25170687fc191b20bd8e149e5d24729
Removed tcp-banger* and pconn-banger tools (#1236)

We do not have enough resources/demand for maintaining these tools, they
do require maintenance, and there are better tools available.

* tcp-banger2 is not built by default and probably could not be built at
  all since at least 2006 commit 5679212.

* tcp-banger3 lacked build rules since inception (1998 commit 2742510)
  and probably could not be built manually (by mimicking tcp-banger2
  build commands) without warnings since 2002 commit 88d8a2a.

* pconn-banger lacked build rules since inception (1997 commit eb5f55b)
  and probably could not be built manually since at least 2007 commit
  cc192b5.

* tcp-banger.pl has portability and code quality issues; its basic
  functionality is supported by squidclient, wget, curl, and others.

Co-authored-by: Alex Rousskov <rousskov@measurement-factory.com>
scripts/Makefile.am
scripts/tcp-banger.pl [deleted file]
test-suite/Makefile.am
test-suite/pconn-banger.c [deleted file]
test-suite/tcp-banger2.c [deleted file]
test-suite/tcp-banger3.c [deleted file]