1# test longer data length 2 3use strict; 4use warnings; 5 6our %args = ( 7 client => { 8 len => 2**16 - 20 - 8 - 1, 9 sndbuf => 2**16, 10 }, 11 relay => { 12 idle => 6, 13 size => 2**16, 14 sndbuf => 2**16, 15 rcvbuf => 2**16, 16 }, 17 server => { 18 idle => 7, 19 rcvbuf => 2**16, 20 }, 21 len => 65507, 22 md5 => "20f83f523b6b48b11d9f8a15e507e16a", 23); 24