<!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 type=text/css>DIV {
        MARGIN: 0px
}
</STYLE>

<META content="MSHTML 6.00.6000.16481" name=GENERATOR></HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2>You need to use pcap_send() (or pcap_inject(), I don't 
remember which one is the official one)&nbsp;on linux. </FONT></DIV>
<DIV><FONT size=2>The main difference is that with pcap_sendqueue_xxx you batch 
the transmission of several packets within a single send operation (i.e. 1 
system call to move packets to the kernel). Moreover pcap_sendqueue_transmit 
allows you to send packets respecting the timestamps, which is something not 
available with pcap_send().</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>Hope it helps</FONT></DIV>
<DIV><FONT size=2>GV</FONT></DIV>
<DIV><FONT size=2></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=hardik_nt@yahoo.com href="mailto:hardik_nt@yahoo.com">Hardik Shah</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> Monday, July 16, 2007 4:18 AM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> [Winpcap-users] pcap_send_queue 
  function?</DIV>
  <DIV><FONT size=2></FONT><BR></DIV>
  <DIV 
  style="FONT-SIZE: 8pt; FONT-FAMILY: verdana,helvetica,sans-serif">Hi,<BR><BR>Recently 
  i am trying to port one of my application from windows to linux.But i have 
  used pcap_send_queue function on windows which i am not able to get on 
  linux.Is there any alternative or same function exists on the linux?<BR>PS:-i 
  know i m posting it on wrong list but i will appreciate any help.<BR>
  <DIV>&nbsp;</DIV>--------------------------------<BR>
  <DIV>Hardik Shah<BR><FONT size=3>mobile:- 9827634991</FONT><BR>phone:- 
  +91-0731-2570516 </DIV>
  <DIV><BR></DIV></DIV><BR><!--1-->
  <HR SIZE=1>
  </HR>Why delete messages? Unlimited storage is <A 
  href="http://in.rd.yahoo.com/tagline_mail_1/*http://help.yahoo.com/l/in/yahoo/mail/yahoomail/tools/tools-08.html/">just 
  a click away.</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>