Skip to content

RUDP - reliable udp #37

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)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions