You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: