summaryrefslogtreecommitdiffstats
path: root/regress/sys/kern/sosplice/tcp/args-reset-eof.pl
blob: 07b7d1a5e21ec0e1ae8e630284524690174c7267 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# test connection reset by server at eof, after all data has been read

use strict;
use warnings;

our %args = (
    server => {
	func => sub { read_stream(@_); sleep 3; solingerin(@_); },
    },
);