Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/utensil/ErlyUbT

An simplified implementation of TCP, based on UDP(not raw packet), written in Erlang, for personal study purpose only.
https://github.com/utensil/ErlyUbT

Last synced: about 2 months ago
JSON representation

An simplified implementation of TCP, based on UDP(not raw packet), written in Erlang, for personal study purpose only.

Awesome Lists containing this project

README

        

ErlyUbT
================

An simplified implementation of TCP, based on UDP(instead of raw IP packet),
written in Erlang, for personal study purpose only.

TODO
-------

- `close_loop` within `established_loop`
- sending in a certain speed, sliding-window, no ack, no congestion control
- add ack and retransmission
- add congestion control

License
-----------------

MIT License, see LICENSE. Copyright (c) 2011 Utensil Song (https://github.com/utensil)