<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<STYLE>P {
        PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px
}
BODY {
        FONT-SIZE: 10pt; FONT-FAMILY: Tahoma
}
</STYLE>

<META content="MSHTML 6.00.6000.16414" name=GENERATOR></HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face="Courier New">What is the rate of the transmission? Are you 
using pcap_send&nbsp;(or&nbsp;similar under jpcap)&nbsp;to send the packets? 
</FONT></DIV>
<DIV><FONT face="Courier New"></FONT>&nbsp;</DIV>
<DIV><FONT face="Courier New">If so, you are probably controlling the rate by 
doing something like</FONT></DIV>
<DIV><FONT face="Courier New"></FONT>&nbsp;</DIV>
<DIV><FONT face="Courier New">for()</FONT></DIV>
<DIV><FONT face="Courier New">{</FONT></DIV>
<DIV><FONT face="Courier New">&nbsp;&nbsp;&nbsp; pcap_send();</FONT></DIV>
<DIV><FONT face="Courier New">&nbsp;&nbsp;&nbsp; 
sleep(interarrival);</FONT></DIV>
<DIV><FONT face="Courier New">}</FONT></DIV>
<DIV><FONT face="Courier New"></FONT>&nbsp;</DIV>
<DIV><FONT face="Courier New">Can you tell me if the delay of few seconds is for 
the call to pcap_send?</FONT></DIV>
<DIV><FONT face="Courier New"></FONT>&nbsp;</DIV>
<DIV><FONT face="Courier New">Have a&nbsp; nice day</FONT></DIV>
<DIV><FONT face="Courier New">GV</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face="Courier New"></FONT>&nbsp;</DIV>
<BLOCKQUOTE 
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV 
  style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
  <A title=omar_baki@hotmail.com href="mailto:omar_baki@hotmail.com">Omar 
  Abdul-Baki</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A title=winpcap-users@winpcap.org 
  href="mailto:winpcap-users@winpcap.org">winpcap-users@winpcap.org</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Friday, March 23, 2007 7:56 
AM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> [Winpcap-users] Unexpected 
  Receive Rate Behavior in WinPcap</DIV>
  <DIV><BR></DIV>Hello 
  Everyone,<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  I'm having a small issue with a small application I wrote which uses jpcap; a 
  java wrapper for Winpcap. I have written a client-server app in java. I'm 
  using jpcap to listen and send packets from client to the server. My problem 
  is that when I send&nbsp;a large burst of packets, 99% or so of the packets 
  arrive at the rate they where sent, then there is a stall for a few seconds 
  before the final ~1%&nbsp;packets are received. When I used Wreshark to 
  monitor, I saw the same behavior. Has someone come across this problem before? 
  Is this a known issue winpcap? <BR>&nbsp;<BR>Thanks for your 
  help,<BR>Omar<BR><BR>
  <HR>
  Get news, entertainment and everything you care about at Live.com. <A 
  href="http://www.live.com/getstarted.aspx " target=_new>Check it out!</A> 
  <P>
  <HR>

  <P></P>_______________________________________________<BR>Winpcap-users 
  mailing 
  list<BR>Winpcap-users@winpcap.org<BR>https://www.winpcap.org/mailman/listinfo/winpcap-users<BR></BLOCKQUOTE></BODY></HTML>