On Jun 08, 2010 at 08:43, Klaus
Darilion<klaus.mailinglists(a)pernau.at> wrote:
Lovely.
Do you plan to export this functionality to the script? e.g. if
force_send_socket() does not find the forced UDP socket, it uses a
raw socket?
Not exactly, I plan to use it as a replacement for udp sockets (higher
performance on send on linux) and in the future for handling icmp.
The force_send_socket() stuff it's a good idea.