Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man4 Update to match change in TCP_NODELAY inherit...



details:   https://anonhg.NetBSD.org/src/rev/ff30dbc430af
branches:  trunk
changeset: 534140:ff30dbc430af
user:      wrstuden <wrstuden%NetBSD.org@localhost>
date:      Thu Jul 18 03:20:51 2002 +0000

description:
Update to match change in TCP_NODELAY inheritance for passive sockets.

diffstat:

 share/man/man4/tcp.4 |  16 +++++++++++++++-
 1 files changed, 15 insertions(+), 1 deletions(-)

diffs (30 lines):

diff -r e1b0f161fcd9 -r ff30dbc430af share/man/man4/tcp.4
--- a/share/man/man4/tcp.4      Thu Jul 18 02:32:35 2002 +0000
+++ b/share/man/man4/tcp.4      Thu Jul 18 03:20:51 2002 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: tcp.4,v 1.8 2002/02/13 08:17:48 ross Exp $
+.\"    $NetBSD: tcp.4,v 1.9 2002/07/18 03:20:51 wrstuden Exp $
 .\"
 .\" Copyright (c) 1983, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -133,6 +133,20 @@
 .Tn TCP ,
 available from
 .Xr getprotobyname 3 .
+In the
+.Bx
+historical
+.Tn TCP
+implementation, if the
+.Dv TCP_NODELAY
+option was set on a passive socket, the sockets returned by
+.Xr accept 2
+erroneously did not have the
+.Dv TCP_NODELAY
+option set; the behavior was corrected to inherit
+.Dv TCP_NODELAY
+in
+.Nx 1.6 .
 .Pp
 Options at the
 .Tn IP



Home | Main Index | Thread Index | Old Index