1# test maximum data length with maximum reached and multiple packets in rcvbuf
2
3use strict;
4use warnings;
5
6our %args = (
7    client => {
8	lengths => [ 1, 2, 3 ],
9	nocheck => 1,
10    },
11    relay => {
12	funcs => sub { sleep 3; relay(@_); },
13	max => 4,
14	big => 0,
15    },
16    len => 3,
17    lengths => "1 2",
18    md5 => "52f58714e430f1fc84346961c240054b",
19);
20