Re: [PATCH 2/2] [iputils] Re-probe at same TTL after MTU reduction.

2007-04-08 Thread YOSHIFUJI Hideaki / 吉藤英明
In article [EMAIL PROTECTED] (at Tue, 3 Apr 2007 14:20:35 -0400), John Heffner [EMAIL PROTECTED] says: This fixes a bug that would miss a hop after an ICMP packet too big message, since it would continue increase the TTL without probing again. Applied, thanks. --yoshfuji - To unsubscribe

[PATCH 2/2] [iputils] Re-probe at same TTL after MTU reduction.

2007-04-03 Thread John Heffner
This fixes a bug that would miss a hop after an ICMP packet too big message, since it would continue increase the TTL without probing again. --- tracepath.c |6 ++ tracepath6.c |6 ++ 2 files changed, 12 insertions(+), 0 deletions(-) diff --git a/tracepath.c b/tracepath.c index