Skip to content

RUDP - reliable udp #37

@baetz-daniel

Description

@baetz-daniel

RUDP

In order to ensure quality, it extends UDP by means of adding the following features:

  • Acknowledgment of received packets
  • Windowing and flow control
  • Retransmission of lost packets
  • Over buffering (Faster than real-time streaming)

* see https://en.wikipedia.org/wiki/Reliable_User_Datagram_Protocol

Current implementation status

  • Acknowledgment of received packets
  • Windowing and flow control
  • Retransmission of lost packets
  • Checksum support (optional)

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions