nidas  v1.2-1520
Public Attributes | List of all members
nidas::dynld::TCPClientResponse Struct Reference

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
 

Detailed Description

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.

Member Data Documentation

unsigned short int nidas::dynld::TCPClientResponse::clientUdpPort
unsigned int nidas::dynld::TCPClientResponse::magic

The documentation for this struct was generated from the following file: