diff options
author | 2016-08-25 23:37:03 +0000 | |
---|---|---|
committer | 2016-08-25 23:37:03 +0000 | |
commit | 0b5d090947f977a6221ae920ec7c0a3e0a4abdf0 (patch) | |
tree | e882900786530885d728f763166ead96f506077c | |
parent | Make relayd test slow-consumer more reliable. Set SO_SNDTIMEO (diff) | |
download | wireguard-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.pl | 2 |
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", ], |