Added link error handling.

This commit is contained in:
Mark Qvist 2021-09-03 15:08:38 +02:00
parent 6373f159f8
commit f87a6a57df
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ class Link:
# This value is set at a reasonable
# level for a 1 Kb/s channel.
ESTABLISHMENT_TIMEOUT_PER_HOP = 3
ESTABLISHMENT_TIMEOUT_PER_HOP = 20
"""
Default timeout for link establishment in seconds per hop to destination.
"""