mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 08:08:19 +00:00
Undo communication protocol version bump.
Looks like it wasn't necessary because no message between remote peers needed to be changed to support IPv6, just messages between Bro parent and child processes were changed.
This commit is contained in:
parent
1e66fe905a
commit
8bb62eaaa2
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ extern "C" {
|
|||
|
||||
// Gets incremented each time there's an incompatible change
|
||||
// to the communication internals.
|
||||
static const unsigned short PROTOCOL_VERSION = 0x08;
|
||||
static const unsigned short PROTOCOL_VERSION = 0x07;
|
||||
|
||||
static const char MSG_NONE = 0x00;
|
||||
static const char MSG_VERSION = 0x01;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue