Commit c19abad1 authored by Levin Zimmermann's avatar Levin Zimmermann

.

parent 1282b808
...@@ -77,7 +77,7 @@ import ( ...@@ -77,7 +77,7 @@ import (
const ( const (
// The protocol version must be increased whenever upgrading a node may require // The protocol version must be increased whenever upgrading a node may require
// to upgrade other nodes. // to upgrade other nodes.
Version = 6 Version = 0
// length of packet header in 'N'-encoding // length of packet header in 'N'-encoding
PktHeaderLenN = 10 // = unsafe.Sizeof(PktHeaderN{}), but latter gives typed constant (uintptr) PktHeaderLenN = 10 // = unsafe.Sizeof(PktHeaderN{}), but latter gives typed constant (uintptr)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment