NetBSD/usr.sbin/inetd
thorpej 723fb3cccc Add support for specifying the send and receive socket buffer sizes. This
is especially useful for TCP servers which must specify the receive
socket buffer size before the connection is made so that the connection's
window scale factor can be properly advertised.

Example /etc/inetd.conf configuration line:

shell stream tcp,rcvbuf=1m nowait root /usr/libexec/rshd rshd

That line will cause the rshd to advertise a 1 megabyte window, which could
improve the performance of an rcp in some situations.
1998-05-01 01:57:26 +00:00
..
Makefile use CPPFLAGS instead of CFLAGS 1997-10-25 06:57:53 +00:00
inetd.8 Add support for specifying the send and receive socket buffer sizes. This 1998-05-01 01:57:26 +00:00
inetd.c Add support for specifying the send and receive socket buffer sizes. This 1998-05-01 01:57:26 +00:00
pathnames.h merge lite2 [actually, just update ucb sccs id's] 1997-10-05 16:16:10 +00:00