public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
* AW: Problems receving multicasts with r8169.c driver from linux  kernel (2.6.21.5)
@ 2007-07-20  7:19 Reither Robert
  2007-07-20  8:35 ` Stephen Hemminger
  0 siblings, 1 reply; 2+ messages in thread
From: Reither Robert @ 2007-07-20  7:19 UTC (permalink / raw)
  To: Francois Romieu; +Cc: netdev


Hi Francois ,

i can spare some time now, so i ask:
Would it help, if i code/send u a tool to simulate your multicast packet scenario ?
Buts its possible for me to reproduce the problem with e.g. nc -u 224.1.1.1 10500 <dummy_file (does show me the same bad behaviour).
Or can i help in another way ?

Greetings
Robert Reither
Research & Development
AV Digital Audio- Videotechnik GmbH
Rampengasse 3-5
A-1190 Wien/Austria
Commercial Register No.: FN 201615v
Commercial Court: Handelsgericht Wien
VAT-No.: ATU 50461904
Tel.: +43/1/3680368 43
email: robert.reither@avdigital.at
Visit: <http://www.av-digital.at> 


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Problems receving multicasts with r8169.c driver from linux kernel (2.6.21.5)
  2007-07-20  7:19 AW: Problems receving multicasts with r8169.c driver from linux kernel (2.6.21.5) Reither Robert
@ 2007-07-20  8:35 ` Stephen Hemminger
  0 siblings, 0 replies; 2+ messages in thread
From: Stephen Hemminger @ 2007-07-20  8:35 UTC (permalink / raw)
  To: Reither Robert; +Cc: Francois Romieu, netdev

On Fri, 20 Jul 2007 09:19:15 +0200
"Reither Robert" <Robert.Reither@av-digital.at> wrote:

> 
> Hi Francois ,
> 
> i can spare some time now, so i ask:
> Would it help, if i code/send u a tool to simulate your multicast packet scenario ?
> Buts its possible for me to reproduce the problem with e.g. nc -u 224.1.1.1 10500 <dummy_file (does show me the same bad behaviour).
> Or can i help in another way ?

iperf also works as simple multicast test.
-----------------------------------------------
http://dast.nlanr.net/Projects/Iperf/

Running the multicast server and client
    Use the -B option while starting the server to bind it to a multicast address.
    E.g. :-iperf -s -u -B 224.0.55.55 -i 1.

    This will have the Iperf server listening for datagrams (-u) from the address 224.0.55.55(-B 224.0.55.55), with a periodic reporting interval of 1s (-i 1).

    Now, start a client sending packets to this multicast address, with a TTL depending on your Network Topology (if you are unsure, use a high TTL like 64 or higher).

    E.g. : iperf -c 224.0.55.55 -u -T 32 -t 10 -i 1. This will have a UDP client (-u) connected to the multicast address 224.0.55.55(-c 224.0.55.55), with a TTL of 32 (-T 32), sending data for 10 seconds (-t 10), with a periodic reporting interval of 1s (-i 1).

    Start multiple clients as explained above, sending data to the same multicast server. (If you have multiple servers listening on the multicast address, each of the servers will be getting the data) 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-07-20  8:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-20  7:19 AW: Problems receving multicasts with r8169.c driver from linux kernel (2.6.21.5) Reither Robert
2007-07-20  8:35 ` Stephen Hemminger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox