This commit is contained in:
Mark Qvist 2022-04-28 10:58:26 +02:00
parent 79725a1637
commit b8ca89c2b6

View File

@ -740,12 +740,8 @@ class Transport:
# Check it
if ifac == expected_ifac:
# TODO: Remove log statements
RNS.log("Packet IFAC match, allowing", RNS.LOG_EXTREME)
raw = new_raw
else:
# TODO: Remove log statements
RNS.log("Packet IFAC mismatch, dropping packet", RNS.LOG_EXTREME)
return
else: