[Winpcap-users] pcap_send_queue function?
Gianluca Varenni
gianluca.varenni at cacetech.com
Thu Jul 19 17:58:01 GMT 2007
You need to use pcap_send() (or pcap_inject(), I don't remember which one is the official one) on linux.
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().
Hope it helps
GV
----- Original Message -----
From: Hardik Shah
To: winpcap-users at winpcap.org
Sent: Monday, July 16, 2007 4:18 AM
Subject: [Winpcap-users] pcap_send_queue function?
Hi,
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?
PS:-i know i m posting it on wrong list but i will appreciate any help.
--------------------------------
Hardik Shah
mobile:- 9827634991
phone:- +91-0731-2570516
------------------------------------------------------------------------------
Why delete messages? Unlimited storage is just a click away.
------------------------------------------------------------------------------
_______________________________________________
Winpcap-users mailing list
Winpcap-users at winpcap.org
https://www.winpcap.org/mailman/listinfo/winpcap-users
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.winpcap.org/pipermail/winpcap-users/attachments/20070719/b17db96e/attachment.htm
More information about the Winpcap-users
mailing list