PcapSendQueue.transmit
uint transmit(ref PcapHandle handle, bool sync = false)Transmits the contents of the queue.
Parameters
handle | The pcap handle to use for transmission. |
sync | If non-zero, the transmission will be synchronized with the timestamps. |
Returns
The number of bytes successfully transmitted.