Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 173 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 173 Bytes

udp

running server

go run server.go

running client to send data to server

go run clinet.go

The client will send the data 1,2,3.. to server on port 10001