-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
omp user detection & server to client encryption for omp users (#1026)
* omp user detection & server to client encryption for omp users * sync raknet * send bits to RakServer::Send instead of bytes * sync raknet * add use_omp_encryption * sync raknet (one map for encryption data) * fix abi i guess * configure omp user even if encryption is disabled
- Loading branch information
1 parent
8e9a310
commit 6191a2d
Showing
8 changed files
with
34 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule RakNet
updated
11 files
+0 −12 | Include/raknet/NetworkTypes.h | |
+1 −1 | Include/raknet/RakClient.h | |
+1 −1 | Include/raknet/RakClientInterface.h | |
+1 −5 | Include/raknet/RakPeer.h | |
+1 −1 | Include/raknet/RakPeerInterface.h | |
+67 −288 | SAMPRakNet.cpp | |
+126 −18 | SAMPRakNet.hpp | |
+56 −86 | Source/RakPeer.cpp | |
+3 −0 | Source/ReliabilityLayer.cpp | |
+20 −1 | Source/SocketLayer.cpp | |
+1 −1 | Source/rakserver.cpp |