Internet Direct (Indy) Version 9.0.2 Beta
TIdEchoUDP
Implements an Echo client.

TIdEchoUDP = class(TIdUDPClient)
Description
TIdEchoUDP implements the UDP-based variant of the Echo Protocol as described in the Internet Standards document Echo Protocol, RFC 862 .

TIdEcho is a TIdUDPClient descendant that is a useful debugging and measurement protocol where the data sent to the server is simply sent back to the originating client. TIdEchoUDP is provided as a measure of the time it takes to send and receive data from an Echo Server (TIdEchoUDPServer).

The UDP-based implementation of the Echo Protocol is a connection-less facility. An Echo Server listens for data arriving on Port 7. When an echo request is received, any data is returned to the originating client.

To use TIdEchoUDP, perform the following actions in your application: