-
Notifications
You must be signed in to change notification settings - Fork 116
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
I can't find ns3/tcp-optimizer.h in the model of satellite-network #6
Comments
Same error, have you fixed it now? |
Did you fetch the correct version of basic-sim by performing:
As is done in https://github.com/snkas/hypatia/blob/master/hypatia_install_dependencies.sh ? |
than
Thanks, I have solved it. |
How did you solve this question? Update a newer version ns-3? |
Try the old version. |
hello! when i use waf to compile, it can't find ns3/tcp-optimizer.h in the model of satellite-network, i try to find it in the /ns-3.33/src/internet/model, but there is still no.
In file included from ../../contrib/satellite-network/test/satellite-network-test-suite.cc:6:
../../contrib/satellite-network/test/manual-two-sat-two-gs-test.h:19:10: fatal error: ns3/tcp-optimizer.h: No such file or directory
19 | #include "ns3/tcp-optimizer.h"
The text was updated successfully, but these errors were encountered: