mocket
mocket copied to clipboard
Reliable UDP server client for flaky networks
Results
3
mocket issues
Sort by
recently updated
recently updated
newest added
Would be nice if packets could be prioritized based on a priority level. For instance a location packet taking priority over a request packet.
proposal
Implementing secure channel for mocket. One soultion is to use DTLS - https://tools.ietf.org/html/rfc4347#section-3.2. Bouncy castle is 1 implementation - https://github.com/bcgit/bc-java/blob/master/tls/src/main/java/org/bouncycastle/tls/DTLSProtocol.java
enhancement