Re: [lwip-users] Add support for outgoing VLAN tags?

2011-12-01 Thread web
On 28 nov 2011 21:45 "goldsi...@gmx.de" wrote: > wrote: > > I have rewritten our VLAN PCP implementation, taking advantage of > > the > > ARP entry cache feature. > > > > In short, these are the modifications I have done. [..] > > What do you think about this solution? > > Looking good. Can yo

Re: [lwip-users] Routing capability

2011-12-01 Thread goldsi...@gmx.de
Fisher, John wrote: Can lwip be used with two network interfaces simultaneously, say Ethernet and PPP? Yes, just add more than one netif. Netifs have to be on a different IPv4 subnet, though. Can it then be configured to route between them? Normal routing is activated by setting IP_FORWAR

Re: [lwip-users] ERR MEM & TCP_OUT_ORDER

2011-12-01 Thread goldsi...@gmx.de
Cellule Numerique wrote: And i have change the Time when tcptmr() is call. The new Time is: 10uS. What is that supposed to mean? Are you calling tcp_tmr() every 10 microseconds?? Or every 10 seconds? I thought the comments in the code make it quite clear that you are supposed to call this fun