Sandertv / go-raknet

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

Add upstream dialer support #12

Closed JosiahWhite closed 3 years ago

JosiahWhite commented 3 years ago

This pull request will allow an upstream net.Dialer to be supplied for outgoing raknet connections. A use-case where this ability was needed was to specify the local IP address that pings/connections would go out from.