Seq > 1
This commit is contained in:
parent
6f1254ac9a
commit
5e24fea463
@ -944,7 +944,7 @@ class routerOBP(OPENBRIDGE):
|
||||
logger.debug("%s) Duplicate sequence number %s, disgarding",self._system,_seq)
|
||||
return
|
||||
#Inbound out-of-order packets
|
||||
elif _seq == True and _seq < self._lastSeq:
|
||||
elif _seq > 1 and _seq < self._lastSeq:
|
||||
logger.debug("%s) Out of order packet - last sequence number %s, this sequence number %s, disgarding",self._system,self._lastSeq,_seq)
|
||||
return
|
||||
#Inbound missed packets
|
||||
|
Loading…
Reference in New Issue
Block a user