SoundMetrics / aris-integration-sdk

SDK for building custom controllers for the ARIS sonar.
MIT License
5 stars 2 forks source link

PacketLossMitigation is not supported yet #27

Closed fvasquez closed 7 years ago

fvasquez commented 7 years ago

The commands.proto definition contains an enum of PacketLossMitigation strategies like DROP_PARTIAL_FRAMES and PESSIMISTIC_RETRY. These features are not yet supported by the sonar. The SDK document clearly points out that retries are not supported yet in regards to FramePartAcks in framestream.proto but it only says SetFrameStreamSettings in commands.proto like InterPacketDelay and PacketLossMitigation are "not commonly used."