https://github.com/debug-ing/reliable-udp
reliable-udp with golang
https://github.com/debug-ing/reliable-udp
Last synced: about 1 month 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 (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-27T14:05:40.000Z (about 1 year ago)
- Last Synced: 2025-01-21T14:19:56.711Z (about 1 year 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.