1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/ftp/wu-ftpd+ipv6
Justin T. Gibbs 6f6a47cec5 Tune wu-ftpd for high performance:
- Link ftpd static - big win since it forks so often.
- Turn off push flag to keep sender TCP from sending short packets
  at the boundaries of each write().  Should probably do a SO_SNDBUF
  to set the send buffer size as well, but that may not be desirable
  in heavy-load situations.
- Double the send buffer size.
- Add an option to config.h, LOG_TOOMANY, defined by default, that controls
  whether we bother to complain when a connection hits a user limit.  Turning
  this off removes at least 3/4 of the syslog usage of wu-ftpd on a busy
  system saving CPU and logspace.
- Make SKEY portions truely optional by one knob in the src Makefile

Obtained from: David Greenman <davidg@FreeBSD.org> and wcarchive
1995-10-09 05:27:19 +00:00
..
files Tune wu-ftpd for high performance: 1995-10-09 05:27:19 +00:00
scripts Finally get most of wu-ftpd working. 1995-01-25 22:41:57 +00:00
distinfo First batch of MD5 checksum files. Only did through to the end of net 1994-12-18 00:28:13 +00:00
Makefile Update of net Makefiles! Am I done? :) 1995-04-15 05:42:12 +00:00
pkg-comment Reviewed by: 1994-10-23 01:37:00 +00:00
pkg-descr Submitted by: Tom Samplonius <tom@misery.sdf.com> 1995-08-11 00:23:59 +00:00
pkg-plist Submitted by: Tom Samplonius <tom@misery.sdf.com> 1995-08-11 00:23:59 +00:00