Re: [Jack-Devel] Noisy Signal - Fragmented Data

PrevNext  Index
DateSun, 10 Apr 2016 21:50:36 -0500
From Chris Caudle <[hidden] at chriscaudle dot org>
To[hidden] at lists dot jackaudio dot org
In-Reply-ToKenneth Fields [Jack-Devel] Noisy Signal - Fragmented Data
Follow-UpKenneth Fields Re: [Jack-Devel] Noisy Signal - Fragmented Data
Follow-UpJonathan Aquilina Re: [Jack-Devel] Noisy Signal - Fragmented Data
On Thu, April 7, 2016 6:57 am, Kenneth Fields wrote:
> I find that with larger data chunks (over about 1500k), the packets can be
> fragmented 2 or 3 times or more.

Do you mean 1500k or 1500 bytes?  1500 bytes is the standard maximum
transmission unit (MTU) for Ethernet.  Anything over 1500 bytes is
considered jumbo frames.  Most switches can be configured to accept jumbo
frames but would drop them by default.

> Where does the fragmenting happen, on sender side? In transit?

Your network stack should determine the MTU and only send packets that
size or below.

> Would the machine ever have any problem "reassembling" the chunks?

That is the job of the TCP part of the network stack, so it depends on
whether the protocol you are using uses TCP, UDP, or some other
application level protocol.

-- 
Chris Caudle
PrevNext  Index

1460343076.2983_0.ltw:2, <57287aff5c08b2609d8045b792c78ab1.squirrel at email dot powweb dot com>