named-data-ndnSIM / ndnSIM

ndnSIM: NS-3 based NDN simulator
GNU General Public License v3.0
107 stars 163 forks source link

the NDN application pcon (congestion control algo) #112

Open Wellasalwa opened 1 year ago

Wellasalwa commented 1 year ago

Hi , in my congestion control algo to be implemented in the pcon.cpp , i need to calculate some parameters such as throughput and packet loss .. i need to point to some attributes as "transmittedinterests " ," retransmittedinterestdatadelay" , "firsttransmittedinterestdatadelay" located in other files , to get its values every second . i used pointers to this parameters but it doesn't work is some one have a solution for this thanks