Handle client message download for stamped propagation messages

This commit is contained in:
Mark Qvist 2025-11-01 00:10:30 +01:00
commit df6271a026
3 changed files with 44 additions and 29 deletions

View file

@ -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