update netaddr values

This commit is contained in:
lza_menace 2022-07-03 11:36:41 -07:00
parent e5072fafda
commit 3931ede742
2 changed files with 4 additions and 4 deletions

View file

@ -3,9 +3,9 @@ NET_STAGE = "stage"
NET_TEST = "test"
NETS = (NET_MAIN, NET_TEST, NET_STAGE)
MASTERADDR_NETBYTES = (4146, 53, 24)
SUBADDR_NETBYTES = (12208, 63, 36)
INTADDRR_NETBYTES = (6810, 54, 25)
MASTERADDR_NETBYTES = (178,)
SUBADDR_NETBYTES = (176,)
INTADDRR_NETBYTES = (154,)
PRIO_UNIMPORTANT = 1
PRIO_NORMAL = 2