echo/udp

Description

Echo/udp provides a port that returns every packet sent to it.

Protocol

Client sends packet. Data in packet is returned in a datagram from server.

Notes

Implementation

Usually this service is built into inetd Anyone know of code anywhere that is a standalone server? (Its not hard to write).

RFCs

RFC-862

Reference Person

Jon Postel postel@isi.edu