Draft
Conversation
dd19a19 to
d255d1a
Compare
df74738 to
866a509
Compare
72b5ef3 to
3a57f27
Compare
a3a4146 to
b2f299c
Compare
a3235c8 to
3ce36e9
Compare
3ce36e9 to
76cc4ef
Compare
This was referenced Oct 14, 2025
Merged
Merged
Merged
76cc4ef to
ff2ab9e
Compare
a23c6f4 to
44a3704
Compare
Add multi-platform socket abstractions Add Udp and Tcp client/server socket handlers Add RingBuffer Add zip::bits marshaling tests Add RingBuffer tests Add IpAddress tests Add UdpServer tests Add ReliableUdpServer tess Add TcpServer tests Add mas-bandwidth/reliable@57b0c90 Add eyalz800/zpp_bits@e5ff2b2
44a3704 to
aa129bb
Compare
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 multi-platform socket abstractions
Add Udp and Tcp client/server socket handlers
Add RingBuffer
Add zip::bits marshaling tests
Add RingBuffer tests
Add IpAddress tests
Add UdpServer tests
Add ReliableUdpServer tess
Add TcpServer tests
Add mas-bandwidth/reliable@57b0c90
Add eyalz800/zpp_bits@e5ff2b2
See Virtual Connection over UDP and Reliability and Congestion Avoidance over UDP as reference for understanding on how ReliableUdpClient should be used.