* Read-only bind mounts - will they be included in 2.4.x kernel?
@ 2004-03-09 21:28 Frank Myhr
2004-03-10 19:41 ` how to detect udp packets drops ? KyoungSoo Park
0 siblings, 1 reply; 4+ messages in thread
From: Frank Myhr @ 2004-03-09 21:28 UTC (permalink / raw)
To: linux-kernel
Hi,
There was some discussion 6 months ago about including Herbert
Poetzl's Bind Mount Extensions http://www.13thfloor.at/patches/ in a
2.4.x (x = 23 at the time) kernel. Can someone please give an update?
The Bind Mount Extensions allow bind-mounting part of a rw filesystem
read-only, which is very useful to people running vservers and other
chrooted stuff.
Thanks,
Frank
^ permalink raw reply [flat|nested] 4+ messages in thread
* how to detect udp packets drops ?
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 ` KyoungSoo Park
2004-03-10 20:51 ` Måns Rullgård
0 siblings, 1 reply; 4+ messages in thread
From: KyoungSoo Park @ 2004-03-10 19:41 UTC (permalink / raw)
To: linux-kernel
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?
Thanks,
KyoungSoo
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: how to detect udp packets drops ?
2004-03-10 19:41 ` how to detect udp packets drops ? KyoungSoo Park
@ 2004-03-10 20:51 ` Måns Rullgård
[not found] ` <404F855E.9090009@cs.princeton.edu>
0 siblings, 1 reply; 4+ messages in thread
From: Måns Rullgård @ 2004-03-10 20:51 UTC (permalink / raw)
To: linux-kernel
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
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2004-03-10 21:21 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
[not found] ` <404F855E.9090009@cs.princeton.edu>
2004-03-10 21:20 ` Måns Rullgård
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox