On Mon, Apr 20, 2009 at 02:20:20PM +0200, <Luca Dionisi>:
~> Iff the previous mails sound correct, please consider applying the
~> attached global patch.

applied, with minor changes, plus a fix for the following bug:
  instead of
          if self.maproute.route_change(lvl, dst, gw, tprem):
                  TPL_is_interesting+=1
          tprem+=rem # TODO: sometimes rem is an integer
 do
          tprem+=rem # TODO: sometimes rem is an integer
          if self.maproute.route_change(lvl, dst, gw, tprem):
                  TPL_is_interesting+=1
see the commit's comment



-- 
:wq!
"I don't know nothing" The One Who reached the Thinking Matter   '.'

[ Alpt --- Freaknet Medialab ]
[ GPG Key ID 441CF0EE ]
[ Key fingerprint = 8B02 26E8 831A 7BB9 81A9  5277 BFF8 037E 441C F0EE ]
_______________________________________________
Netsukuku mailing list
[email protected]
http://lists.dyne.org/mailman/listinfo/netsukuku

Reply via email to