NetSim Source Code Help v14.4
All 13 Components
 
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:

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 330 of file Application.h.

Field Documentation

◆ dFileSize

double stru_Application_P2PInfo::dFileSize

Definition at line 332 of file Application.h.

◆ dPiecesSize

double stru_Application_P2PInfo::dPiecesSize

Definition at line 334 of file Application.h.

◆ fizeSizeDistribution

DISTRIBUTION stru_Application_P2PInfo::fizeSizeDistribution

Definition at line 333 of file Application.h.

◆ nPieceCount

unsigned int stru_Application_P2PInfo::nPieceCount

Definition at line 336 of file Application.h.

◆ peerList

PEER_LIST** stru_Application_P2PInfo::peerList

Definition at line 339 of file Application.h.

◆ pieceList

NetSim_PACKET** stru_Application_P2PInfo::pieceList

Definition at line 337 of file Application.h.

◆ seederList

SEEDER_LIST** stru_Application_P2PInfo::seederList

Definition at line 338 of file Application.h.


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