Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/debug-ing/reliable-udp
reliable-udp with golang
https://github.com/debug-ing/reliable-udp
Last synced: 7 days ago
JSON representation
reliable-udp with golang
- Host: GitHub
- URL: https://github.com/debug-ing/reliable-udp
- Owner: debug-ing
- Created: 2024-11-27T13:26:56.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2024-11-27T14:05:40.000Z (2 months ago)
- Last Synced: 2024-12-06T05:13:16.807Z (about 2 months ago)
- Language: Go
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Reliable UDP
## Introduction
This project is about creating a reliable protocol based on UDP.
Protocol will use stop and wait for making sure about its delivery and also have some configuration timeouts.