-
Notifications
You must be signed in to change notification settings - Fork 41
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
ndnping results #39
Comments
Means there is no route to /ndn/h1-site/h1 in nfdc fib. Can you check nfdc fib on the node and also share the topology? |
Okay so /ndn/h1-site/h1 is present on h2. Is the ndnpingserver running on h1 node? |
here is the content of experiment that contains ndnpingserever. Also, I need to mention that ndnpinping works successfully with other nodes that are not directly connected to h1! Experiment file: from ndn.experiments.experiment import Experiment import time class pingExperiment(Experiment):
Experiment.register("ping", pingExperiment) |
Not sure, maybe time.sleep for 1 or 2 seconds after running ndnpingserver? |
ok I will try this. Thank you
|
hi,
when I do ndnping, the result shows as the following:
PING /ndn/h1-site/h1
nack from /ndn/h1-site/h1: seq=908807860193924757 time=9.50899 ms reason=NoRoute
--- /ndn/h1-site/h1 ping statistics ---
1 packets transmitted, 0 received, 1 nacked, 0% lost, 100% nacked, time 0 ms
My Question:
what does it mean by "nacked" and "NoRoute"
Thanks in advance
Enas Bagies
The text was updated successfully, but these errors were encountered: