#include <PeerInfoPacket.h> [code]
Inherits Protocols::Kad::Packets::Packet::Data.
Inheritance diagram for Protocols::Kad::Packets::PeerInfoPacket< type >::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) | |
|
||||||||||
|
|
|
|||||
|
Kad ID.
Definition at line 67 of file PeerInfoPacket.h. |
|
|||||
|
Sender or Receiver IP address.
Definition at line 68 of file PeerInfoPacket.h. |
|
|||||
|
Not used.
Definition at line 71 of file PeerInfoPacket.h. |
|
|||||
|
Incoming TCP Port used in eDonkey netwrk.
Definition at line 70 of file PeerInfoPacket.h. |
|
|||||
|
Incoming UDP Port used in Kad netwrk.
Definition at line 69 of file PeerInfoPacket.h. |