RetransmittingMSock library
Classes
- FailureCounter
- RetransmittingMSock
- Subclass of MessageSocket that tracks what messages have been received, and retransmits ones that haven't been. Not SUPER robust, and not super efficient, but it's much better than nothing.
Functions
-
bigEndianBytesFloat64(
Uint8List bytes) → double -
bigEndianBytesInt32(
Uint8List bytes) → int -
currentMillis(
) → int -
float64BigEndianBytes(
double value) → Uint8List -
int32BigEndianBytes(
int value) → Uint8List