RE: USB data verification-UDP packets

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



Hi Corey,

Thanks for the reply. The UDP packets I am talking about are the CETK
traffic. I used the rsstres2_vx.exe and it works perfectly fine for me.
Thanks again.

Best Regards,
Sandy.

"Corey Burke [MS]" wrote:

> You said you're testing a USB driver but that you're using UDP packets? A
> USB driver doesn't have much to do with networking, the TCP stack or UDP
> packets. Are you using RNDIS which makes a network connection over USB?
> Or are you trying to test the USB driver, but the UDP packets you're
> talking about are the CETK traffic that's going over some other network
> connection?
>
> You can use a test called perf_winsock to measure packet loss with UDP, or
> another one called rsstres2_vx will do the same job. The source code for
> rsstres2_vx.exe lives under
> private\test\net\winsock\22\ipvx\stress\rsstress. The exe can be run as a
> server (receiving thread) or as a client (sending thread). You tell the
> test how many megabytes of data you'd like to transfer, what protocol to
> use (TCP vs. UDP), and how big to make the packets. When the test finishes
> the server side will tell you how much data was actually received and you
> can quickly calculate the loss rate.
>
> You could also quickly edit the source for rsstres2_vx to send/receive a
> fixed number of packets and display how many it got.
>
> -Corey
>
>
.



Relevant Pages

  • Re: iptables performance
    ... There are connections and connections. ... actually know for how long) keep the way open for packets coming back the ... (as dropping all inbound ICMP would do -- f.ex. ... failure information returned by outbound UDP packets which were refused ...
    (comp.os.linux.networking)
  • Re: Problem with writing fast UDP server
    ... > I wrote a simple case test: client and server. ... > packets within 0.137447118759 secs. ... I've used this script to test sending UDP packets. ... Uses port %d. ...
    (comp.lang.python)
  • Re: Determining if it is "safe" to send UDP packets
    ... I never had any problem with sending acqusition packets from Windows. ... If I send 1500 bytes UDP packets from windows from a process with high ... >> would probably lead me back to TCP. ... > next 100%-x% are not send, they are almost all completely lost. ...
    (microsoft.public.win32.programmer.kernel)
  • Re: Need help with UDP packets -- 10% success not good enough
    ... John Lindwall wrote: ... > simple program that receives UDP packets in a tight loop. ... the java code that generates the packets. ...
    (microsoft.public.pocketpc.developer)
  • Re: Losing UDP packets with MFC Sockets
    ... > We are developing a tool which uses UDP packets to receive data from a UDP ... use a seperate ring-buffer or FIFO queue of your own for the input ... ie. use critical sections or a fast locking ...
    (microsoft.public.vc.mfc)