Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 379 Bytes

File metadata and controls

17 lines (13 loc) · 379 Bytes

🪞Echo

Echo protocol, implemented on top of TCP/UDP server.

Usage

$ ./echo -help
Usage of echo:
  -port string
    	port number to listen on (default "7")
  -proto string
    	protocol to use: tcp or udp (default "tcp")


$ ./echo.out -port 2280 -proto udp
2025/11/20 20:16:05 🚀 Echo udp server. on port 2280...