Skip to content

Commit

Permalink
update aodv-uu
Browse files Browse the repository at this point in the history
update source code to latest working build
  • Loading branch information
lilws committed May 17, 2015
1 parent 9687a80 commit 3f2ba3f
Show file tree
Hide file tree
Showing 17 changed files with 10,578 additions and 1 deletion.
7 changes: 6 additions & 1 deletion aodv-uu-0.9.6/defs.h
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,12 @@
#define AODV_RT_LOG_PATH "/var/log/aodvd.rtlog"
#endif /* NS_PORT */

#define max(A,B) ( (A) > (B) ? (A):(B))
#undef max(A,B) ( (A) > (B) ? (A):(B))
/* if combine go error here, cross out the line above and add these */
//#ifndef max
//#define max(A,B) ( (A) > (B) ? (A):(B))
//#endif


#define MINTTL 1 /* min TTL in the packets sent locally */

Expand Down
Loading

0 comments on commit 3f2ba3f

Please sign in to comment.