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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
This is a raknet protocol documentation. It has everything needed to create a server/client(the default raknet not other types).
4
4
5
-
Not everything might be correct so you can pull request a fix to them if they really are wrong or you can create an issue.
5
+
If anything was incorrect or misspelled, you can pull request a fix to them if they really are wrong.
6
6
7
7
## DataTypes
8
8
@@ -116,7 +116,7 @@ Find the "motd" format from somewhere else and apply it as the "UnconnectedPong"
116
116
117
117
The first packets before a connection(not the socket connection) was craeted(still on unconnected packets) are the packets of the offline type, which means that those are the packets that is handled outside of datagrams(and the opposite holds true).
118
118
119
-
There is no information on why this and that below but the packet name says all that is needed to be said.
119
+
Below, there is no information on why this and that, but the packet name says all that is needed to be said.
120
120
121
121
The "Datagrams" to be handled and sent is all possible datagram types, where the `valid dgram` holds the online packets.
0 commit comments