[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lwip-devel] lwip AF_PACKET support
From: |
Simon Goldschmidt |
Subject: |
Re: [lwip-devel] lwip AF_PACKET support |
Date: |
Fri, 11 Aug 2017 20:57:46 +0200 |
Dirk Ziegelmeier wrote:
> Since lwIP targets embedded systems, you usually wouldn't do this via socket
> API,
> but some other more direct access to the MAC driver.
Plus AF_PACKET is not standard but linux specific. We're trying to follow the
standard, not re-implement what the linux guys do :-)
May I ask what the use case for AF_PACKET is in an embedded system?
Simon