There are also two methods for making a UDP connection
to another server. The first method uses the
OPEN
command,
while the second method uses the
CLIENTSOCKET
method.
UDP is a one way communication medium, thus, you can only use output commands.
Because UDP is connectionless, the output will be queued up until
an
EOT
character is written or the maximum packet
size is exceeded. Once the
EOT
character is written,
the packet is formatted and sent.