Don't forget the protocol type
This commit is contained in:
parent
e877305430
commit
6dc5246303
1 changed files with 1 additions and 0 deletions
|
@ -188,6 +188,7 @@ func (rtr *Router) helloWorldThisIsMe(ddpkt *ddp.ExtPacket, nbpID uint8, tuple *
|
|||
SrcNet: rtr.MyDDPAddr.Network,
|
||||
SrcNode: rtr.MyDDPAddr.Node,
|
||||
SrcSocket: 2,
|
||||
Proto: ddp.ProtoNBP,
|
||||
},
|
||||
Data: respRaw,
|
||||
}, nil
|
||||
|
|
Loading…
Reference in a new issue