From 38a6e56d8c378a5ba0a803de49fcfbcc12b4b535 Mon Sep 17 00:00:00 2001 From: n0mjs710 Date: Fri, 4 Jan 2019 14:52:33 -0600 Subject: [PATCH] Added missing LC_OPT value --- hb_const.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hb_const.py b/hb_const.py index 578b363..02e2709 100755 --- a/hb_const.py +++ b/hb_const.py @@ -49,4 +49,7 @@ HBPF_SLT_VHEAD = 0x1 HBPF_SLT_VTERM = 0x2 # Higheset peer ID permitted by HBP -PEER_MAX = 4294967295 \ No newline at end of file +PEER_MAX = 4294967295 + +# Use if late entry +LC_OPT = '\x00\x00\x20'