PcapDotNet/Pcap.Net

How to stop send packet? (Trasmit())

Closed this issue · 1 comments

I use the trasmit() method to send packets and I want to be able to cancel sending. How can I do it?

using (outputCommunicator = outputDevice.Open(100, PacketDeviceOpenAttributes.Promiscuous, 1000))
{
     outputCommunicator.Transmit(sendBuffer, true);
}

Please use the Pcap.Net Q&A Group to ask questions.