Protocols::Kad::Packets::PeerInfoPacket< type >::Data Class Reference

#include <PeerInfoPacket.h> [code]

Inherits Protocols::Kad::Packets::Packet::Data.

Inheritance diagram for Protocols::Kad::Packets::PeerInfoPacket< type >::Data:

Inheritance graph
[legend]
Collaboration diagram for Protocols::Kad::Packets::PeerInfoPacket< type >::Data:

Collaboration graph
[legend]
List of all members.

Detailed Description

template<PacketType type>
class Protocols::Kad::Packets::PeerInfoPacket< type >::Data

PeerInfoPacket's private data.

Contains the packet's payload fields.

Definition at line 62 of file PeerInfoPacket.h.

Public Attributes

UInt128 id
 Kad ID.
quint32 ip
 Sender or Receiver IP address.
quint16 udpPort
 Incoming UDP Port used in Kad netwrk.
quint16 tcpPort
 Incoming TCP Port used in eDonkey netwrk.
quint8 notUsed
 Not used.

Private Member Functions

 Q_SHARED_DATA_COPY (Data)


Member Function Documentation

template<PacketType type>
Protocols::Kad::Packets::PeerInfoPacket< type >::Data::Q_SHARED_DATA_COPY Data   )  [private]
 


Member Data Documentation

template<PacketType type>
UInt128 Protocols::Kad::Packets::PeerInfoPacket< type >::Data::id
 

Kad ID.

Definition at line 67 of file PeerInfoPacket.h.

template<PacketType type>
quint32 Protocols::Kad::Packets::PeerInfoPacket< type >::Data::ip
 

Sender or Receiver IP address.

Definition at line 68 of file PeerInfoPacket.h.

template<PacketType type>
quint8 Protocols::Kad::Packets::PeerInfoPacket< type >::Data::notUsed
 

Not used.

Definition at line 71 of file PeerInfoPacket.h.

template<PacketType type>
quint16 Protocols::Kad::Packets::PeerInfoPacket< type >::Data::tcpPort
 

Incoming TCP Port used in eDonkey netwrk.

Definition at line 70 of file PeerInfoPacket.h.

template<PacketType type>
quint16 Protocols::Kad::Packets::PeerInfoPacket< type >::Data::udpPort
 

Incoming UDP Port used in Kad netwrk.

Definition at line 69 of file PeerInfoPacket.h.


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