Handle client message download for stamped propagation messages
This commit is contained in:
parent
4afb92bf3e
commit
df6271a026
3 changed files with 44 additions and 29 deletions
|
|
@ -27,6 +27,7 @@ class LXMPeer:
|
|||
ERROR_INVALID_DATA = 0xf4
|
||||
ERROR_INVALID_STAMP = 0xf5
|
||||
ERROR_THROTTLED = 0xf6
|
||||
ERROR_NOT_FOUND = 0xfd
|
||||
ERROR_TIMEOUT = 0xfe
|
||||
|
||||
STRATEGY_LAZY = 0x01
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue