Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 237 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 237 Bytes

TCP and UDP echo servers written in Go

The echo servers have following features

  • graceful termination on SIGINT/interrupt and SIGTERM/terminate signal
  • avoids "use of closed network connection" errors when terminating the server