From 533954be6383ca0c580ac96dc0454b27cf5a65ef Mon Sep 17 00:00:00 2001 From: dg Date: Sun, 15 Oct 1995 03:40:57 +0000 Subject: Added a -D option to set the TCP_NODELAY socket option. This improves responsiveness at the expense of some additional network traffic. --- libexec/rlogind/rlogind.8 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'libexec/rlogind/rlogind.8') diff --git a/libexec/rlogind/rlogind.8 b/libexec/rlogind/rlogind.8 index 9c19933..68b89a6 100644 --- a/libexec/rlogind/rlogind.8 +++ b/libexec/rlogind/rlogind.8 @@ -39,7 +39,7 @@ .Nd remote login server .Sh SYNOPSIS .Nm rlogind -.Op Fl aln +.Op Fl Daln .Sh DESCRIPTION .Nm Rlogind is the server for the @@ -50,6 +50,9 @@ with authentication based on privileged port numbers from trusted hosts. Options supported by .Nm rlogind : .Bl -tag -width Ds +.It Fl D +Set TCP_NODELAY socket option. This improves responsiveness at the expense of +some additional network traffic. .It Fl a Ask hostname for verification. .It Fl l -- cgit v1.1