Structure fot peer_to_peer application. More...
#include <Application.h>

Data Fields | |
| double | dFileSize |
| DISTRIBUTION | fizeSizeDistribution |
| double | dPiecesSize |
| unsigned int | nPieceCount |
| NetSim_PACKET ** | pieceList |
| SEEDER_LIST ** | seederList |
| PEER_LIST ** | peerList |
Structure fot peer_to_peer application.
Definition at line 330 of file Application.h.
| double stru_Application_P2PInfo::dFileSize |
Definition at line 332 of file Application.h.
| double stru_Application_P2PInfo::dPiecesSize |
Definition at line 334 of file Application.h.
| DISTRIBUTION stru_Application_P2PInfo::fizeSizeDistribution |
Definition at line 333 of file Application.h.
| unsigned int stru_Application_P2PInfo::nPieceCount |
Definition at line 336 of file Application.h.
| PEER_LIST** stru_Application_P2PInfo::peerList |
Definition at line 339 of file Application.h.
| NetSim_PACKET** stru_Application_P2PInfo::pieceList |
Definition at line 337 of file Application.h.
| SEEDER_LIST** stru_Application_P2PInfo::seederList |
Definition at line 338 of file Application.h.