From 04aba995edaa4802ac4158bc60038f57c8c9ef90 Mon Sep 17 00:00:00 2001 From: benno <> Date: Sun, 6 May 2018 20:56:55 +0000 Subject: [PATCH] don't put options in here that should not be needed in the majority of cases and will just be copied by users without thinking. ok claudio@ --- src/etc/examples/relayd.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/etc/examples/relayd.conf b/src/etc/examples/relayd.conf index 51ef3c1d..35280b66 100644 --- a/src/etc/examples/relayd.conf +++ b/src/etc/examples/relayd.conf @@ -1,4 +1,4 @@ -# $OpenBSD: relayd.conf,v 1.4 2018/03/23 09:55:06 claudio Exp $ +# $OpenBSD: relayd.conf,v 1.5 2018/05/06 20:56:55 benno Exp $ # # Macros # @@ -42,8 +42,8 @@ http protocol https { value "$SERVER_ADDR:$SERVER_PORT" match request header set "Connection" value "close" - # Various TCP performance options - tcp { nodelay, sack, socket buffer 65536, backlog 128 } + # Various TCP options + tcp { sack, backlog 128 } # tls { no tlsv1.0, ciphers HIGH } # tls no session tickets