From owner-freebsd-bluetooth@FreeBSD.ORG Thu Oct 11 21:56:09 2012 Return-Path: Delivered-To: freebsd-bluetooth@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 721C0B11 for ; Thu, 11 Oct 2012 21:56:09 +0000 (UTC) (envelope-from maksim.yevmenkin@gmail.com) Received: from mail-pb0-f54.google.com (mail-pb0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id 3F0DA8FC08 for ; Thu, 11 Oct 2012 21:56:09 +0000 (UTC) Received: by mail-pb0-f54.google.com with SMTP id rp8so2491788pbb.13 for ; Thu, 11 Oct 2012 14:56:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=references:mime-version:in-reply-to:content-type :content-transfer-encoding:message-id:cc:x-mailer:from:subject:date :to; bh=3mYSfFBCqtQ3bibs3VTdNa/UP6AwKJ3elZzxYV4SkPQ=; b=Yyp5a43wAQRPzj0HI2bK2CyxUlRrFahVylGYVI+DbKtmxs6IQA53NKAJ94e9y8eItd BYzyAHTDWqamdrnWu5JCoHvxenMu9Qjcd3CtGnlaST/JTw0prMYJ9Sw3ZuBA/T3ZdCvn fYER/8UaDP2WQQo2hfxt3eSaW+Q7C/SJO7Wo1jfN3ZssM2q9gnKEzLRTuiPVnga6qPT2 SBIzKz4DMsjMO2GmAMj7aZ/eO11JOmY9YxNCEusH/PJjXfugsSSm1vHnyOBw1wfq+IoR wjJqeBq9sRDbd+XdUKi06aF117lw1zrtLhn59IC1KeH0kaaLBhx1vQe9xEE9LFF/SSaN dckg== Received: by 10.66.76.98 with SMTP id j2mr5666731paw.65.1349992569068; Thu, 11 Oct 2012 14:56:09 -0700 (PDT) Received: from [10.35.90.51] (mobile-198-228-222-198.mycingular.net. [198.228.222.198]) by mx.google.com with ESMTPS id qj6sm2508903pbb.69.2012.10.11.14.56.07 (version=SSLv3 cipher=OTHER); Thu, 11 Oct 2012 14:56:08 -0700 (PDT) References: <507736A8.4050605@incore.de> Mime-Version: 1.0 (1.0) In-Reply-To: <507736A8.4050605@incore.de> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Message-Id: X-Mailer: iPhone Mail (10A405) From: maksim yevmenkin Subject: Re: btpand problem Date: Thu, 11 Oct 2012 14:56:07 -0700 To: Andreas Longwitz Cc: "freebsd-bluetooth@freebsd.org" X-BeenThere: freebsd-bluetooth@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Using Bluetooth in FreeBSD environments List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Oct 2012 21:56:09 -0000 Hi! Can you tell what l2cap Mtu was negotiated on both ends? Thanks, Max On Oct 11, 2012, at 2:14 PM, Andreas Longwitz wrote: > Hi, >=20 > I have the problem described in this list in May 2009 (btpand example) wit= h FreeBSD 8.3. >=20 > ping -s 635 panserver --> ICMP 677 --> nw=3D672 in bnep_send(), writev sys= call is ok with iov[0].iov_len=3D9 and iov[1].iov_len=3D663. >=20 > ping -s 636 panserver --> ICMP 678 --> nw=3D-1, errno=3D40 (EMSGSIZE) is n= ot ok with iov[0].iov_len=3D9 and iov[1].iov_len=3D664. >=20 > In the error case the trace written by hcidump is empty (no suprise). > My tap interface has mtu=3D1500 < 1691 (checked in bnep_send). >=20 > Where should I look next ? >=20 >=20 > Andreas Longwitz > _______________________________________________ > freebsd-bluetooth@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-bluetooth > To unsubscribe, send any mail to "freebsd-bluetooth-unsubscribe@freebsd.or= g"