Skip to content

Reliable message preview 2

Pre-release
Pre-release
Compare
Choose a tag to compare
@gafferongames gafferongames released this 11 Jul 21:20

This release adds support for sending blocks of data (larger than MTU) in the same ordered stream as reliable ordered messages. These blocks are sliced up and reassembled on the other side transparently to the user and received in the same order they were sent relative to other messages. Block messages can also serialize message data in the serialization function to act a header for their block data.