From owner-freebsd-current Mon Aug 14 23:05:43 1995 Return-Path: current-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id XAA24973 for current-outgoing; Mon, 14 Aug 1995 23:05:43 -0700 Received: from haven.uniserve.com (haven.uniserve.com [198.53.215.121]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id XAA24964 for ; Mon, 14 Aug 1995 23:05:14 -0700 Received: by haven.uniserve.com id <30779>; Mon, 14 Aug 1995 23:05:33 +0100 Date: Mon, 14 Aug 1995 23:05:18 -0700 (PDT) From: Tom Samplonius To: FreeBSD-current users , Joerg Wunsch Subject: Re: ioctl(SIOCAIFADDR): File exists In-Reply-To: <199508150519.HAA02562@uriah.heep.sax.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: current-owner@FreeBSD.org Precedence: bulk On Tue, 15 Aug 1995, J Wunsch wrote: > > Header compression? Doesn't that mean that it is SLIP or PPP problem > > then and not a TCP problem at all? > > It's SLIP, but _only_ for TCP. That made me suspect T/TCP in the > first place: ICMP and UDP datagrams passed the SLIP link. Only TCP > traffic caused errors at the link layer. Classic VJ problem. VJ only affects mainly TCP headers. If you connect a CSLIP system to a SLIP system the only thing that will work is ICMP and UDP. > Maybe it was a problem with Auto-VJ, it's not exactly reproducable now > and seems to be solved. Tom