Re: gdb

From: John Polstra <jdp_at_polstra.com>
Date: Tue, 22 Jun 2004 09:11:03 -0700 (PDT)
On 22-Jun-2004 Maxime Henrion wrote:
> Dag-Erling Sm?rgrav wrote:
>> have you tried using tcpdump to monitor the connection to the cvsup server?
> 
> Given how the CVSup protocol works, monitoring with tcpdump is uneasy if
> you don't know the protocol.  First, zlib compression needs to be disabled
> and then you need to realize there are several TCP streams multiplexed on
> a single TCP connection.

You can use two separate TCP connections by putting "-P -" on the
command line, and compression is easily disabled with "-Z".  The
protocol is plain text, so with those two options it's easy to follow
it using either tcpdump or ktrace.

In this case it really sounds like either a bona fide network problem
or some problem on the server side.  (On the other hand, Grover
reported that it works OK under FreeBSD 4.x.)  Just for fun, it would
be worthwhile to try forcing a lower MTU on the relevant network
interface or route.

John
Received on Tue Jun 22 2004 - 14:11:28 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:37:58 UTC