boolisForwarding;/*!< Allow or not the forwarding of the packets */
boost::asio::ip::udp::endpointForwardEndpoint;
intPort;/*!< Port address which will receive the packet */
intForwardedPort;/*!< Port address which will receive the forwarded packet */
vtkIdTypePacketCounter;/*!< Number of packets received */
std::stringdestinationIp;
boost::asio::ip::udp::socketSocket;/*!< Socket : determines the protocol used and the address used for the reception of the packets */
boost::asio::ip::udp::socketForwardedSocket;/*!< Socket : determines the protocol used and the address used for the reception of the forwarded packets */
PacketNetworkSource*Parent;
charRXBuffer[1500];/*!< Buffer which will saved the data. Expecting exactly 1206 bytes, using a larger buffer so that
if a larger packet arrives unexpectedly we'll notice it. */