From: Manish K. <ka...@is...> - 2002-10-10 21:38:09
|
using ASL0.11 and AODV/UIUC-0.5 is the function prototype for query_route_idle_time() in /usr/local/include/ASL/api.h correct?? it says: int query_route_idle_timer(addr_t dest_ip); should it have a second integer argument as shown below?? int query_route_idle_time(addr_t dest_ip, int flag); thanks manish |