# default: off
# description: An echo server. This is the udp version.

service echo
{
	type		= INTERNAL UNLISTED
	id		= echo-dgram
	socket_type	= dgram
	protocol	= udp
	user		= root
	wait		= yes
	disable		= yes
	port		= 7
	FLAGS		= IPv6 IPv4
}                                                                               
