diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2011-04-12 12:37:23 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2011-04-12 12:37:23 +0000 |
commit | 7e34b8858905860813099bc43242445b9f7b9254 (patch) | |
tree | 945781f50161eb71ed91dd4cd0fbb6d8711e4322 /usr.sbin/relayd/relayd.conf.5 | |
parent | a17985a64e402cbcd2a30570eab2d6e2b6919e67 (diff) |
update flags and printing of flags in debug mode, handle splicing flag.
Diffstat (limited to 'usr.sbin/relayd/relayd.conf.5')
-rw-r--r-- | usr.sbin/relayd/relayd.conf.5 | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/usr.sbin/relayd/relayd.conf.5 b/usr.sbin/relayd/relayd.conf.5 index d23ad1e2015..06521e22de9 100644 --- a/usr.sbin/relayd/relayd.conf.5 +++ b/usr.sbin/relayd/relayd.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: relayd.conf.5,v 1.118 2011/04/07 14:57:45 jmc Exp $ +.\" $OpenBSD: relayd.conf.5,v 1.119 2011/04/12 12:37:22 reyk Exp $ .\" .\" Copyright (c) 2006, 2007 Reyk Floeter <reyk@openbsd.org> .\" Copyright (c) 2006, 2007 Pierre-Yves Ritschard <pyr@openbsd.org> @@ -15,7 +15,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: April 7 2011 $ +.Dd $Mdocdate: April 12 2011 $ .Dt RELAYD.CONF 5 .Os .Sh NAME @@ -1062,6 +1062,12 @@ Use selective acknowledgements for this connection. Set the socket-level buffer size for input and output for this connection. This will affect the TCP window size. +.It Xo +.Op Ic no +.Ic splice +.Xc +Use socket splicing for zero-copy data transfer. +This option is enabled by default. .El .El .Sh ROUTERS |