X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Froute.c;h=5bf6e926724a664618b9fe0707125dc3318ddd87;hb=86c2990327fdf7ec1197aa73cb2b9a926a734db4;hp=c76046689352dbdf72700844ff77dad5bc22d34c;hpb=8ac096b5bf9da1b3961a3ac4a03d083629222a63;p=meshlink diff --git a/src/route.c b/src/route.c index c7604668..5bf6e926 100644 --- a/src/route.c +++ b/src/route.c @@ -1,7 +1,7 @@ /* route.c -- routing Copyright (C) 2000-2005 Ivo Timmermans, - 2000-2010 Guus Sliepen + 2000-2012 Guus Sliepen This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -36,7 +36,7 @@ rmode_t routing_mode = RMODE_ROUTER; fmode_t forwarding_mode = FMODE_INTERNAL; -bool decrement_ttl = true; +bool decrement_ttl = false; bool directonly = false; bool priorityinheritance = false; int macexpire = 600;