freebsd-dev/usr.sbin/sup
Peter Wemm 95de3496b4 Turn on SO_KEEPALIVE on network connections. Since we limit the number
of connections, we cannot afford to allow "disappeared" client to cause
us to leave one of the 14 connections open and hanging in a read() forever.

(SO_KEEPALIVE causes probe packets to be sent after a few hours of IDLE
time where no data has been transferred.  Sup should NEVER do this, so the
only time it will have an effect is if it looses the remote machine)
1996-09-06 16:08:32 +00:00
..
lib Turn on SO_KEEPALIVE on network connections. Since we limit the number 1996-09-06 16:08:32 +00:00
sup Fixed DPADD. 1996-09-05 17:16:10 +00:00
supfilesrv Rewrite part of the compression support so that it does not leave 1996-09-06 15:40:08 +00:00
supscan Fixed DPADD. 1996-09-05 17:16:10 +00:00
Makefile Shamelessly steal Garrett Wollman's bmakefiles... 1995-12-26 05:15:20 +00:00
Makefile.inc Shamelessly steal Garrett Wollman's bmakefiles... 1995-12-26 05:15:20 +00:00
README.FreeBSD Import the unmodified version of the sup that we are using. 1995-12-26 04:54:48 +00:00

This is the current CMU sup, modified to support on-the-fly compression.
It is the same sup used with NetBSD, and thus we've converged on the
configuration parameters (in other words, don't be alarmed - it works
fine with FreeBSD!).