summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbluhm <bluhm@openbsd.org>2016-08-25 23:37:03 +0000
committerbluhm <bluhm@openbsd.org>2016-08-25 23:37:03 +0000
commit0b5d090947f977a6221ae920ec7c0a3e0a4abdf0 (patch)
treee882900786530885d728f763166ead96f506077c
parentMake relayd test slow-consumer more reliable. Set SO_SNDTIMEO (diff)
downloadwireguard-openbsd-0b5d090947f977a6221ae920ec7c0a3e0a4abdf0.tar.xz
wireguard-openbsd-0b5d090947f977a6221ae920ec7c0a3e0a4abdf0.zip
Set relayd socket buffer size to reasonable value to make test pass
in different environments.
-rw-r--r--regress/usr.sbin/relayd/args-http-slow-consumer.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/usr.sbin/relayd/args-http-slow-consumer.pl b/regress/usr.sbin/relayd/args-http-slow-consumer.pl
index 83a57de3221..bbdbfdabf3b 100644
--- a/regress/usr.sbin/relayd/args-http-slow-consumer.pl
+++ b/regress/usr.sbin/relayd/args-http-slow-consumer.pl
@@ -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",
],