summaryrefslogtreecommitdiffstats
path: root/regress/sys/kern/sosplice/tcp/args-idle-trickle.pl
blob: ca744a56ac3331517d50ba2a1a152b7841f65ba1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# test non idle connection does not timeout by sending a byte every second

use strict;
use warnings;

our %args = (
    client => {
	len => 6,
	sleep => 1,
    },
    relay => {
	idle => 2,
    },
    len => 6,
    md5 => "857f2261690a2305dba03062e778a73b",
);