summaryrefslogtreecommitdiffstats
path: root/regress/sys/kern/sosplice/tcp/args-relay-read-blocking.pl
blob: fe67ad42570568921b99ede78fc288054bd9a309 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# test waiting for splice finish with blocking read

use strict;
use warnings;

our %args = (
    client => {
	len => 2**17,
    },
    relay => {
	readblocking => 1,
    },
    len => 131072,
    md5 => "31e5ad3d0d2aeb1ad8aaa847dfa665c2",
);