NetSim Source Code Help
Loading...
Searching...
No Matches
stru_Application_P2PInfo Struct Reference

Structure fot peer_to_peer application. More...

#include <Application.h>

Collaboration diagram for stru_Application_P2PInfo:
Collaboration graph

Data Fields

double dFileSize
 
DISTRIBUTION fizeSizeDistribution
 
double dPiecesSize
 
unsigned int nPieceCount
 
NetSim_PACKET ** pieceList
 
SEEDER_LIST ** seederList
 
PEER_LIST ** peerList
 

Detailed Description

Structure fot peer_to_peer application.

Definition at line 300 of file Application.h.

Field Documentation

◆ dFileSize

double stru_Application_P2PInfo::dFileSize

Definition at line 302 of file Application.h.

◆ dPiecesSize

double stru_Application_P2PInfo::dPiecesSize

Definition at line 304 of file Application.h.

◆ fizeSizeDistribution

DISTRIBUTION stru_Application_P2PInfo::fizeSizeDistribution

Definition at line 303 of file Application.h.

◆ nPieceCount

unsigned int stru_Application_P2PInfo::nPieceCount

Definition at line 306 of file Application.h.

◆ peerList

PEER_LIST** stru_Application_P2PInfo::peerList

Definition at line 309 of file Application.h.

◆ pieceList

NetSim_PACKET** stru_Application_P2PInfo::pieceList

Definition at line 307 of file Application.h.

◆ seederList

SEEDER_LIST** stru_Application_P2PInfo::seederList

Definition at line 308 of file Application.h.


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