diff options
author | Eugeni Dodonov <eugeni@mandriva.org> | 2009-02-16 21:44:07 +0000 |
---|---|---|
committer | Eugeni Dodonov <eugeni@mandriva.org> | 2009-02-16 21:44:07 +0000 |
commit | b583cfd06f6c2bf9e813a31dfd6e317b98cb4ed2 (patch) | |
tree | ea4d4fa2892e6fec4686a361eec43f414b7a40c0 /lib/network/connection/xdsl.pm | |
parent | 7e4dd39d7354fa2ea2e0ef60b43f76a80dc25437 (diff) | |
download | drakx-net-b583cfd06f6c2bf9e813a31dfd6e317b98cb4ed2.tar drakx-net-b583cfd06f6c2bf9e813a31dfd6e317b98cb4ed2.tar.gz drakx-net-b583cfd06f6c2bf9e813a31dfd6e317b98cb4ed2.tar.bz2 drakx-net-b583cfd06f6c2bf9e813a31dfd6e317b98cb4ed2.tar.xz drakx-net-b583cfd06f6c2bf9e813a31dfd6e317b98cb4ed2.zip |
xdsl: reduced number of maximum failed connection attempts to 5 (#28087).
Diffstat (limited to 'lib/network/connection/xdsl.pm')
-rw-r--r-- | lib/network/connection/xdsl.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/network/connection/xdsl.pm b/lib/network/connection/xdsl.pm index 7d97f56..4352be7 100644 --- a/lib/network/connection/xdsl.pm +++ b/lib/network/connection/xdsl.pm @@ -259,7 +259,7 @@ sub get_peer_default_options { qw(lock persist nopcomp noccp novj), "kdebug 1", "holdoff 4", - "maxfail 25"; + "maxfail 5"; } sub build_peer { |