Add high-level multiplayer packet management#446
Draft
Spartan322 wants to merge 3 commits intoadd/socketsfrom
Draft
Add high-level multiplayer packet management#446Spartan322 wants to merge 3 commits intoadd/socketsfrom
Spartan322 wants to merge 3 commits intoadd/socketsfrom
Conversation
92c9db1 to
05ce58d
Compare
05ce58d to
2e0db51
Compare
wvpm
reviewed
Jun 12, 2025
3cdcb06 to
ccf22d3
Compare
ccf22d3 to
c7f6702
Compare
c7f6702 to
afb7168
Compare
37c12bf to
23244ea
Compare
23244ea to
6cb3dd7
Compare
6cb3dd7 to
360795d
Compare
15876b3 to
49eec85
Compare
77b8042 to
50e90f4
Compare
49eec85 to
1da71b8
Compare
1da71b8 to
b7409e0
Compare
5ac6a5b to
1f485b4
Compare
429bb78 to
452466a
Compare
3271690 to
a0b16d8
Compare
daac431 to
10db5d7
Compare
c5a7db5 to
6780089
Compare
Add multi-platform socket abstractions Add Udp and Tcp client/server socket handlers Add RingBuffer Add PacketReaderAdapter Add PacketBuilder Add byte Marshal encode and decode Add RingBuffer tests Add IpAddress tests Add UdpServer tests Add ReliableUdpServer tess Add TcpServer tests Add Marshal tests Add mas-bandwidth/reliable@57b0c90
Add ChatManager Add PacketType tests Add ChatManager tests Add `snitch::game_manager` extern variable Add `snitch::get_mp_game_managers(size_t)` extern function Disable `SNITCH_DEFINE_MAIN` for tests/src/main.cpp Add cross-platform fopen in `OpenVic::utility`
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add ChatManager
Add PacketType tests
Add ChatManager tests
Add
snitch::game_managerextern variableAdd
snitch::get_mp_game_managers(size_t)extern functionDisable
SNITCH_DEFINE_MAINfor tests/src/main.cppAdd cross-platform fopen in
OpenVic::utility