summaryrefslogtreecommitdiffstats
path: root/regress/sys/kern/sosplice/tcp/args-idle-timeout.pl
blob: 28a1e0e0235fc6f5dc8734a2ee9303ac1d664c0a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# test idle timeout

use strict;
use warnings;

our %args = (
    client => {
	func => sub { sleep 1; write_stream(@_); sleep 3; },
    },
    relay => {
	idle => 2,
	timeout => 1,
    },
    len => 251,
    md5 => "bc3a3f39af35fe5b1687903da2b00c7f",
);