[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lwip-users] Need clarification in lwip raw socket
From: |
Simon Goldschmidt |
Subject: |
Re: [lwip-users] Need clarification in lwip raw socket |
Date: |
Sat, 12 Nov 2011 15:27:20 +0100 |
"M.GANESH KUMAR" <address@hidden> wrote:
> Is it possible to send STP,LACP and other protocol packets constructed by my
> application through raw socket?
As I said, lwIP raw sockets are always IP sockets, raw Ethernet access is not
possible.
> LWIP does not support ETH_P_ALL feature (to capture all packets) am i right?
No, we don't support that.
Simon