nidas v1.2.3
|
Structure which the client must send back to server on the TCP port. More...
#include <UDPSampleOutput.h>
Public Attributes | |
unsigned int | magic |
unsigned short int | clientUdpPort |
Structure which the client must send back to server on the TCP port.
It is a bit of a kludge, but the client must send its local UDP port number back to the server, in big-endian order, over the TCP connection in order for the server to associate the TCP and UDP connections. The initial 4 bytes should be the same MAGIC as in the InitialUDPDataRequestReply.