My senario should be a little special and I want to confirm if it's
feasible.
What I have done by using lwIP receive IP packets, and lwIP use lwIP socket
API to bind and listen on one specific IP and port. And receive according
layer7 data and do something on it. And this already worked.
What I want to do is based on above solution to receive IP packets with
different target IP.
That's means lwIP socket API need to bind/listen on multiple IPs and ports
(maybe 255 IPs and port rang from 0-65535).
Is this feasible for current lwIP code? assign different IP on one NIC or
start several NIC should not a good way.
Will this need raw API? or does that easy if can use raw API?

-- 
*This email may contain or reference confidential information and is 
intended only for the individual to whom it is addressed.  Please refrain 
from distributing, disclosing or copying this email and the information 
contained within unless you are the intended recipient.  If you received 
this email in error, please notify us at le...@appannie.com 
<le...@appannie.com>** immediately and remove it from your system.*
_______________________________________________
lwip-users mailing list
lwip-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/lwip-users

Reply via email to