Added link error handling.

pull/8/head
Mark Qvist 2021-09-03 15:08:38 +02:00
rodzic 6373f159f8
commit f87a6a57df
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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.
"""