Sandertv / go-raknet

Go library implementing a basic version of the RakNet protocol.
MIT License
100 stars 38 forks source link

listener.go: Add UpstreamPacketListener #18

Closed haveachin closed 2 years ago

haveachin commented 2 years ago

Adds an abstraction layer for the net.ListenPacket function.

haveachin commented 2 years ago

This will actually break current implementations that already use the ListenConfig for error logging. I will fix that ASAP.