$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Christopher Kohlhoff (chris_at_[hidden])
Date: 2007-06-12 19:04:16
Eric Hill wrote:
> Is that an Ethernet MAC broadcast, or a socket-based broadcast?
Taking your sentence literally, I think those two things are orthogonal.
Your platform might provide a socket-based interface for sending and
receiving data at the ethernet layer. (I don't know if that's the case
though.)
> Can I capture those CDP advertisements with asio?
If there's a socket interface for it, then probably yes. Otherwise, I'm
afraid not.
Cheers,
Chris