Skip to content

Tags: mucaho/jnetrobust

Tags

v0.1.0

Toggle v0.1.0's commit message
New API surface, smaller changes and fixes

* Retransmission listeners introduced for easier UX
* Protocol API send & receive methods rework to handle
byte arrays and ByteBuffers instead of user-data directly
** Avoids fragmentation in internet layer
** The ProtocolHost still handles conversion of user
objects
** Byte data is split into multiple packets < MTU
for transmission by user application
* ProtocolHost now accumulates multiple to-be-sent
user-datas < MTU into one single packet for transmission
efficiency
* ProtocolHost is no longer tied to a single datatype
* Fix Synchronization example to relay ordered data
properly
* Various other smaller changes and fixes

v0.0.2

Toggle v0.0.2's commit message
Change groupId and package names to com.github.mucaho.

v0.0.1

Toggle v0.0.1's commit message
Remove unnecessary javadoc tag. [skip ci]