mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: mru@kth.se (Måns Rullgård)
To: linux-kernel@vger.kernel.org
Subject: Re: how to detect udp packets drops ?
Date: Wed, 10 Mar 2004 21:51:44 +0100	[thread overview]
Message-ID: <yw1xy8q8xw67.fsf@kth.se> (raw)
In-Reply-To: <404F6F52.2000202@cs.princeton.edu>

KyoungSoo Park <kyoungso@cs.princeton.edu> writes:

> Hi,
>
> I'm not sure if my question is appropriate, but is there any way to
> directly detect UDP packet drops in linux 2.4.x ?  I'd like to know
> how many UDP packets get actually dropped by the kernel for the
> overloaded time period.  Any suggestions?

The thing about UDP is that you can't tell if the packet got through,
that's what unreliable means.  However, if you just want to test a
link you could send a stream of packets with known data in them, such
as an increasing number sequence.  The receiving end will then be able
to tell if there were any drops.  Remember that out of order delivery
is allowed for UDP, so you might want to check for that too.

-- 
Måns Rullgård
mru@kth.se


  reply	other threads:[~2004-03-10 20:52 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-03-09 21:28 Read-only bind mounts - will they be included in 2.4.x kernel? Frank Myhr
2004-03-10 19:41 ` how to detect udp packets drops ? KyoungSoo Park
2004-03-10 20:51   ` Måns Rullgård [this message]
     [not found]     ` <404F855E.9090009@cs.princeton.edu>
2004-03-10 21:20       ` Måns Rullgård

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=yw1xy8q8xw67.fsf@kth.se \
    --to=mru@kth.se \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®