Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 ns2 DSR 协议。我想学习如何在 DSR 协议中获取邻居节点以及如何在 DSR 中获取路由表。请帮我
提前谢谢
使用 mobicache.cc 下定义的 addRoute 函数来显示缓存内容。一个简单的 printf 语句将在每次调用 addRoute 函数时显示所有路由:
path &p = cache[0]; printf("%s %d %s", routecache->net_id.dump(), p.length(), p.dump());