Re: :UDP RAW stream packet size
Josh Doe via gstreamer-devel <[email protected]>
| Newsgroups | gmane.comp.video.gstreamer.devel |
|---|---|
| Message-ID | <CAJnipd6u_JbXU=3-6FACJng2QzCOeez7r8ZZrHByiiDdvi4h5w@mail.gmail.com> |
On Fri, Jun 16, 2023 at 8:31 AM Andrés Meseguer Valenzuela via gstreamer-devel <[email protected]> wrote: > Thank you all for your answers. > Referring to changing the mtu value, the problem is that when I increment > it, it starts to provoke IP fragmentation splitting the packets in 1500 > bytes again, and getting a similar latency with lower mtu. Please, let me > know how to avoid this issue. > Ensure you're sending, receiving, and intermediate network devices support jumbo packets. In particular, on Windows, I've never seen jumbo packets enabled on any NICs by default.