From owner-freebsd-hackers Sat Nov 23 23:26:01 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA02368 for hackers-outgoing; Sat, 23 Nov 1996 23:26:01 -0800 (PST) Received: from alpha.xerox.com (alpha.Xerox.COM [13.1.64.93]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id XAA02363 for ; Sat, 23 Nov 1996 23:25:58 -0800 (PST) Received: from crevenia.parc.xerox.com ([13.2.116.11]) by alpha.xerox.com with SMTP id <14589(4)>; Sat, 23 Nov 1996 23:25:24 PST Received: from localhost by crevenia.parc.xerox.com with SMTP id <177567>; Sat, 23 Nov 1996 23:25:14 -0800 To: Warner Losh cc: Bill Fenner , hackers@freebsd.org Subject: Re: rarpd In-reply-to: Your message of "Sat, 23 Nov 96 22:41:00 PST." Date: Sat, 23 Nov 1996 23:25:01 PST From: Bill Fenner Message-Id: <96Nov23.232514pst.177567@crevenia.parc.xerox.com> Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In message you write: >Still no idea on the overflows I was seeing, but I'm not seeing them >now, so it does look like it was due to the bfp buffer chopping things >badly maybe? It looks like a bug in rarpd. Do you think you could change your configuration back to the one that hung, and change the rarp_process() call in rarp_loop() to pass in caplen instead of cc? I think that should solve the "truncated request" errors. Thanks, Bill