Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Jun 1999 17:10:54 +0900
From:      Kenjiro Cho <kjc@csl.sony.co.jp>
To:        Claus Endres <cendres@newbridge.com>
Cc:        FreeBSD <freebsd-atm@FreeBSD.ORG>
Subject:   Re: NATM write splits AAL5 PDUs 
Message-ID:  <199906240810.RAA09616@hotaka.csl.sony.co.jp>
In-Reply-To: Your message of "Thu, 24 Jun 1999 17:35:44 %2B1000." <3771DFD0.E594CA20@newbridge.com> 

next in thread | previous in thread | raw e-mail | index | archive | help

Claus Endres <cendres@newbridge.com> said:
>> I am trying to use natm to write AAL5 PDUs, but it seems that
>> any packet > 96 bytes gets split into 96 byte chunks and the
>> remainder (if any).

>> I am using the driver as distributed with FreeBSD 3.1 on an Adaptec
>> 5940. IP with large packets is working.

>> Any hints where to look to fix this?

Sounds like your socket is SOCK_STREAM.  You should use SOCK_DGRAM.

-Kenjiro


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-atm" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199906240810.RAA09616>