Re: PR bin/157732

2011-06-26 Thread Christopher J. Ruwe
On Sun, 26 Jun 2011 21:06:34 +0200 Dimitry Andric wrote: > On 2011-06-26 16:08, Christopher J. Ruwe wrote: > > In reaction to PR bin/157732 > > (http://www.freebsd.org/cgi/query-pr.cgi?pr=bin/157732) I am > > investigating why traceroute does not trace hostnames greater in > > length than 64 char

Re: PR bin/157732

2011-06-26 Thread Dimitry Andric
On 2011-06-26 16:08, Christopher J. Ruwe wrote: In reaction to PR bin/157732 (http://www.freebsd.org/cgi/query-pr.cgi?pr=bin/157732) I am investigating why traceroute does not trace hostnames greater in length than 64 chars. It turned out that a limit of 64 chars is coded into traceroute.c. From