Set relayd socket buffer size to reasonable value to make test pass
authorbluhm <bluhm@openbsd.org>
Thu, 25 Aug 2016 23:37:03 +0000 (23:37 +0000)
committerbluhm <bluhm@openbsd.org>
Thu, 25 Aug 2016 23:37:03 +0000 (23:37 +0000)
in different environments.

regress/usr.sbin/relayd/args-http-slow-consumer.pl

index 83a57de..bbdbfda 100644 (file)
@@ -29,7 +29,7 @@ our %args = (
     },
     relayd => {
        protocol => [ "http",
-           "tcp socket buffer 64",
+           "tcp socket buffer 1024",
            "match request header log",
            "match request path log",
        ],