Hi,

I want to send and receive asynchronous ARP from my application. I there any method for sending and receiving ARP packets using ASIO, like boost::asio::tcp/boost::asio::udp, or do I have to use raw sockets? In the case of raw sockets how can I receive the respective response to my ARP request?

Thanks,
  Lloyd