PcapSendQueue.transmit

uint transmit(ref PcapHandle handle, bool sync = false)

Transmits the contents of the queue.

Parameters

handleThe pcap handle to use for transmission.
syncIf non-zero, the transmission will be synchronized with the timestamps.

Returns

The number of bytes successfully transmitted.