traceroute patch

commandline session

$ 4.2.20 31 113---> ls
as_lookups.c  flowlabel.h  mod-tcp.c	  module.c  time.c	  traceroute.h
csum.c	      mod-icmp.c   mod-tcpconn.c  poll.c    traceroute.8  traceroute-hop.c
extension.c   mod-raw.c    mod-udp.c	  random.c  traceroute.c
$ 4.2.20 32 114---> diff -u traceroute.c traceroute-hop.c
--- traceroute.c	2011-08-18 20:49:48.000000000 +0530
+++ traceroute-hop.c	2012-04-10 03:18:05.000000000 +0530
@@ -53,7 +53,7 @@
 #endif


-#define MAX_HOPS	255
+#define MAX_HOPS	1000
 #define MAX_PROBES	10
 #define MAX_GATEWAYS_4	8
 #define MAX_GATEWAYS_6	127
$ 4.2.20 33 115--->

Leave a comment

Your email address will not be published. Required fields are marked *