From owner-freebsd-net@FreeBSD.ORG Tue Apr 11 14:30:04 2006 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A3C9716A400 for ; Tue, 11 Apr 2006 14:30:04 +0000 (UTC) (envelope-from mrparsons@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id CEDC143D79 for ; Tue, 11 Apr 2006 14:30:01 +0000 (GMT) (envelope-from mrparsons@gmail.com) Received: by zproxy.gmail.com with SMTP id q3so998704nzb for ; Tue, 11 Apr 2006 07:30:01 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=FJaJ8efF6JkggwSoVk2CDTfqGtZbqpmoRb9/YvhpX/jrjRinJND3sGuxKCniEVZw1KWkRwCjN2tZgX4/x7EKZB8ZbMp5y+Zubv8Z0zpbxHLPoEoIDdk5k8pN/U5sueWDrjVAC/CYiwnpzcZlk61Xl+p3H/c/R6L4YxS4qFXpscE= Received: by 10.64.96.20 with SMTP id t20mr1499917qbb; Tue, 11 Apr 2006 07:30:01 -0700 (PDT) Received: by 10.64.49.15 with HTTP; Tue, 11 Apr 2006 07:30:01 -0700 (PDT) Message-ID: Date: Tue, 11 Apr 2006 10:30:01 -0400 From: "M. Parsons" To: freebsd-net@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: PPPoE question. X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Apr 2006 14:30:04 -0000 Hello, I was wondering if the freebsd kernel supports synchronous pppoe? I currently use LInux and I use synchronous pppoe (the n_hldc line discipline module), and I find that if I have synchronous off, network efficiency is not what its supposed to be. Didnt find it anywhere mentioned in the handbook or any google searches. Thanks.