Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to measure processing delay in ndnSIM node? #75

Closed
pengminjiong opened this issue Mar 30, 2016 · 1 comment
Closed

How to measure processing delay in ndnSIM node? #75

pengminjiong opened this issue Mar 30, 2016 · 1 comment

Comments

@pengminjiong
Copy link

once a relay node received several same interest packet,
process in the relay node(not sure, please check them):
1, look up FIB 2 Keep the same interest packet in PIT 3 send out one interest packet to the publisher 4 receive data from the publisher 5 move data to cache 6 send back to the subscribers .

Is it possible to measure the processing delay(look up FIB , keep the same interest packets) in ndnSIM ?
I found simulator virtual time do not have processing delay. really need help

@cawka
Copy link
Member

cawka commented Apr 15, 2016

NS-3 is a discrete even simulator. Unless you define a model which simulates the processing time, any actual function invocation takes 0 of simulation time. In other words, it is not easy (if possible at all) simulate processing delays in NS-3 and ndnSIM.

@cawka cawka closed this as completed Apr 15, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants