summaryrefslogtreecommitdiffstats
path: root/libexec/rshd/rshd.8
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1998-12-01 23:27:24 +0000
committerdg <dg@FreeBSD.org>1998-12-01 23:27:24 +0000
commit24689f2c761b81d2198221b7096cb6ff90f7b3ca (patch)
tree7d2a806eab4ea62c57eb19d7ff0d9573b02584c5 /libexec/rshd/rshd.8
parent557d938d623b77331ee8b40dc2511670babb33d3 (diff)
downloadFreeBSD-src-24689f2c761b81d2198221b7096cb6ff90f7b3ca.zip
FreeBSD-src-24689f2c761b81d2198221b7096cb6ff90f7b3ca.tar.gz
Added a -D option to turn on TCP_NODELAY.
Diffstat (limited to 'libexec/rshd/rshd.8')
-rw-r--r--libexec/rshd/rshd.89
1 files changed, 7 insertions, 2 deletions
diff --git a/libexec/rshd/rshd.8 b/libexec/rshd/rshd.8
index 86041e0..acd89be 100644
--- a/libexec/rshd/rshd.8
+++ b/libexec/rshd/rshd.8
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)rshd.8 8.1 (Berkeley) 6/4/93
-.\" $Id: rshd.8,v 1.10 1997/12/02 12:29:56 charnier Exp $
+.\" $Id: rshd.8,v 1.11 1997/12/18 07:39:27 charnier Exp $
.\"
.Dd June 4, 1993
.Dt RSHD 8
@@ -40,7 +40,7 @@
.Nd remote shell server
.Sh SYNOPSIS
.Nm rshd
-.Op Fl alnL
+.Op Fl alnDL
.Sh DESCRIPTION
The
.Nm
@@ -164,6 +164,11 @@ The use of keepalive messages allows sessions to be timed out
if the client crashes or becomes unreachable.
.Pp
The
+.Fl D
+option sets the TCP_NODELAY socket option which improves performance of small back-to-back
+writes at the expense of additional network traffic.
+.Pp
+The
.Fl L
option causes all successful accesses to be logged to
.Xr syslogd 8
OpenPOWER on IntegriCloud