Added metadate structure to propagation node announces

This commit is contained in:
Mark Qvist 2025-10-30 16:44:15 +01:00
parent d8b25e092f
commit c28d3b1432

View file

@ -101,6 +101,7 @@ PN_META_SYNC_STRATUM = 0x02
PN_META_SYNC_THROTTLE = 0x03
PN_META_AUTH_BAND = 0x04
PN_META_UTIL_PRESSURE = 0x05
PN_META_CUSTOM = 0xFF
##########################################################
# The following helper functions makes it easier to #