Added missing LC_OPT value

This commit is contained in:
n0mjs710 2019-01-04 14:52:33 -06:00
parent 755482327b
commit 38a6e56d8c
1 changed files with 4 additions and 1 deletions

View File

@ -49,4 +49,7 @@ HBPF_SLT_VHEAD = 0x1
HBPF_SLT_VTERM = 0x2
# Higheset peer ID permitted by HBP
PEER_MAX = 4294967295
PEER_MAX = 4294967295
# Use if late entry
LC_OPT = '\x00\x00\x20'