Don't forget the protocol type

This commit is contained in:
Josh Deprez 2024-04-21 18:16:11 +10:00
parent e877305430
commit 6dc5246303
Signed by: josh
SSH key fingerprint: SHA256:zZji7w1Ilh2RuUpbQcqkLPrqmRwpiCSycbF2EfKm6Kw

View file

@ -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