mesh: remove unused MsgSyncRequest/MsgSyncReply types
Fuck em. Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I725b137678112580cd7445a8d12f52f56a6a6964
This commit is contained in:
parent
4b2c863bc1
commit
e567491856
3 changed files with 4 additions and 6 deletions
|
|
@ -13,7 +13,7 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
maxPacketSize = 65536 // UDP max payload
|
||||
maxPacketSize = 65536 // UDP max payload
|
||||
headerSize = ed25519.PublicKeySize + ed25519.SignatureSize // 32 + 64 = 96
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue