You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,13 +6,14 @@ You can join the [Discord](https://discord.gg/5z4GuSnqmQ) for help with this for
6
6
7
7
## Changes from Original Library
8
8
9
-
- New incoming connection batches additional packets to more closely imitate the vanilla client:
9
+
- New incoming connection batches additional packets to more closely imitate the vanilla client (from [@RaphiMC](https://github.com/RaphiMC)):
10
10
- A `Connected Ping`
11
11
- The first game packet, `Request Network Settings Packet`
12
12
- Allows for resetting security state if `Open Connection Reply 1` is resent by the server
13
13
- Only do retries with `Open Connection Request 1`, and reserve `Open Connection Request 2` only as a direct response to `Open Connection Reply 1`
14
14
- Allows using datagram channel factories for raknet (from [@AlexProgrammerDE](https://github.com/AlexProgrammerDE))
15
15
- Skips over improperly typed client address fields
16
+
- Does not set RakNet flag `NEEDS_B_AND_AS` on client messages
16
17
17
18
## Usage
18
19
@@ -22,4 +23,4 @@ The library is published to Maven Central. See the [latest release](https://gith
Snapshots are avaible from [jitpack](https://jitpack.io/#dev.kastle/NetworkCompatible).
26
+
Snapshots are available from [jitpack](https://jitpack.io/#dev.kastle/NetworkCompatible). Note the package group for jitpack is `dev.kastle.NetworkCompatible` witht the name `netty-transport-raknet`.
0 commit comments