Skip to content

Commit

Permalink
Added go-raknet support for linux and macos
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphiMC committed Jan 1, 2024
1 parent ab22266 commit 0dd3c21
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/net/raphimc/raknetproviders/RakNetBackend.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@

public enum RakNetBackend {

NATIVE_RAKNET("Native RakNet (best)"), // https://github.com/extremeheat/fb-raknet
GO_RAKNET("Sandertv/go-raknet (best)"), // https://github.com/Sandertv/go-raknet
NATIVE_RAKNET("Native RakNet"), // https://github.com/extremeheat/fb-raknet
CLOUDBURSTMC_NETWORK("CloudburstMC/Network (default)"), // https://github.com/CloudburstMC/Network
RELATIVITYMC_NETTY_RAKNET("RelativityMC/netty-raknet"), // https://github.com/RelativityMC/netty-raknet
WHIRVIS_JRAKNET("whirvis/JRakNet (bad)"), // https://github.com/telecran-telecrit/JRakNet
GO_RAKNET("Sandertv/go-raknet (good)"), // https://github.com/Sandertv/go-raknet
;

private final String displayName;
Expand Down
Binary file not shown.
Binary file added src/main/resources/linux-x86-64/libgo-raknet.so
Binary file not shown.

0 comments on commit 0dd3c21

Please sign in to comment.