$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] asio async arp
From: Lloyd Kanakkassery (lloydkl.tech_at_[hidden])
Date: 2010-11-27 20:04:35
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