adjustment to session opener while connected

This commit is contained in:
dj2ls 2022-12-29 23:27:16 +01:00
parent aa6f787630
commit 1bd1781dd5

View file

@ -1627,10 +1627,9 @@ class DATA:
# Station B already tries connecting to Station A.
# For avoiding ignoring repeated connect request in case of packet loss
# we are only ignoring packets in case we are ISS
if static.ARQ_SESSION and not self.IS_ARQ_SESSION_MASTER:
if static.ARQ_SESSION and self.IS_ARQ_SESSION_MASTER:
return False
self.IS_ARQ_SESSION_MASTER = False
static.ARQ_SESSION_STATE = "connecting"