How to stop send packet? (Trasmit())
Closed this issue · 1 comments
semenov-ch commented
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);
}
bricknerb commented
Please use the Pcap.Net Q&A Group to ask questions.