GoDCCP icon indicating copy to clipboard operation
GoDCCP copied to clipboard

GoDCCP is an implementation of the Datagram Congestion Control Protocol in Go

Description

GoDCCP is an implementation of the Datagram Congestion Control Protocol in Google Go.

GoDCCP is (being) implemented after RFC 4340, RFC 4341, and RFC 4342.

Warning

GoDCCP is not yet operational. This repository is public in the event someone is interested to join the development effort.

Installation

To install, simply run

goinstall github.com/petar/GoDCCP/dccp

About

GoDCCP is maintained by Petar Maymounkov.