Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 224 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 224 Bytes

echo udp

A simple server to echo udp packets received.

This can be useful to stub out statsd locally. I initially used netcat, but that only worked for the first packet, and didn't receive subsequent connections.