Skip to content

Commit

Permalink
Set netlink timeout to 60 seconds, udp splice has additional sleeps.
Browse files Browse the repository at this point in the history
  • Loading branch information
bluhm committed Jan 25, 2024
1 parent 90b5e3f commit d4d0f90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netlink.pl
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
EOF
exit(2);
};
my $timeout = $opts{t} || 20;
my $timeout = $opts{t} || 60;
environment($opts{e}) if $opts{e};
my $pseudo = $opts{c} || "none";
my $iface = $opts{i} || "none";
Expand Down

0 comments on commit d4d0f90

Please sign in to comment.