https://github.com/hdonnay/utp
utp implementation for go (unfinished)
https://github.com/hdonnay/utp
Last synced: about 2 months ago
JSON representation
utp implementation for go (unfinished)
- Host: GitHub
- URL: https://github.com/hdonnay/utp
- Owner: hdonnay
- Created: 2014-10-17T15:14:33.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-24T18:29:39.000Z (over 10 years ago)
- Last Synced: 2025-01-25T17:13:39.515Z (4 months ago)
- Language: Go
- Size: 145 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
`utp` is a pure-go implementation of Micro Transport Protocol (µTP/uTP).
(Well, it aims to be. Currently unusable.)
It will provide a net.Conn and net.Listener for interchangable use with other
stream transports.