From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sat, 16 Jun 2001 19:57:22 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sat, 16 Jun 2001 19:57:12 -0400 Received: from sense-robertk-129.oz.net ([216.39.160.129]:13442 "HELO mail.kleemann.org") by vger.kernel.org with SMTP id ; Sat, 16 Jun 2001 19:56:58 -0400 Date: Sat, 16 Jun 2001 16:56:55 -0700 (PDT) From: Robert Kleemann X-X-Sender: To: Subject: Re: Client receives TCP packets but does not ACK In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org In order to figure out what this problem is I'm going to add some printk statements in the networking code on the client machine. Hopefully, this will show me what's going on. My goal is to trace the receipt of the datagram by tcp, see why/how it's deciding to ack or not ack, and then trace the sending of the ack. There are quite a few files that seem to be involved including: linux/net/ipv4/tcp*.c as well as some important structures in linux/include/net/sock.h I'm guessing this is going to take me a while just to figure out where to look and what to look for. Can any of you networking gurus save me some time and suggest some functions to start looking at? thanx! Robert