mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-05-06 08:25:57 -04:00
Added resource HMU/part request hash filter. Fixes #7.
This commit is contained in:
parent
0c96508cca
commit
40f7a6d359
3 changed files with 7 additions and 2 deletions
|
@ -192,6 +192,7 @@ class Resource:
|
|||
self.request_id = request_id
|
||||
self.is_response = is_response
|
||||
|
||||
self.req_hashlist = []
|
||||
self.receiver_min_consecutive_height = 0
|
||||
|
||||
if timeout != None:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue