Closed pauldorn closed 7 years ago
pcap_sendpacket is very inefficient.
The sendqueue functions allow raw packet sending much more efficiently due to reduced context switching in the kernel.
I have included them in a manner I believe fits with this module. Please consider accepting this pull request.
Problem located, I will re-up when fixed.
pcap_sendpacket is very inefficient.
The sendqueue functions allow raw packet sending much more efficiently due to reduced context switching in the kernel.
I have included them in a manner I believe fits with this module. Please consider accepting this pull request.