Skip to content

Jungle430/udpStable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UDP Stable

Go

  • An API designed to enhance the reliability of UDP communications through a confirmed retransmission protocol.
  • It functions more like a library than a standalone program.(So you don't have to know what's in the main.go file) The key strength lies in the implementation of the stable UDP API.
  • The current state of the program leaves room for improvement, and I intend to enhance it as my understanding of computer networks continues to grow in the future.

  • command format
go run main.go <server|client> <port>
  • port
    • For client is the destination port
    • For server is the listen port

About

udpStable(GoLang)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published