[B.A.T.M.A.N.] [PATCH] Don't create different definitions of variables from header

2008-11-24 Thread Sven Eckelmann
Declaration of variables in header files must be marked extern or they will create new definition in all files which include it. This could create collisions on different architectures or by using different linkers. A different effect is the misfeature of the program when different files access the

Re: [B.A.T.M.A.N.] BATMAN routing (via gate0)

2008-11-24 Thread Marek Lindner
Hey, > How does the routing work for inter-node communications for > 1 hop > neighbors? > > If the gate0 tunnel is the default route for Internet communications how > does a node know how to talk to a node two hops (or more) away (that > doesn't go though the gate0 tunnel)? > > I can understand h