[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lwip-users] lwip on w32 platform
From: |
Yigal Hochberg |
Subject: |
Re: [lwip-users] lwip on w32 platform |
Date: |
Thu, 25 Feb 2010 16:13:32 -0500 (EST) |
Simon,
That's the way I started. It did not compile with msvc60. I took a different
route.
In any case, I learned about the flow of events:
-1 thread to read ethernet layer2 packets from the net
-2 msg goes to mail-box.
-3 tcpip-thread reads mbox and process layer2 packets read by
-4 ip/arp processing.
Thanks,
Yigal
On Thu, Feb 25, 2010 at 1:26 PM, Mailing list for lwIP users <address@hidden>
wrote:
>Yigal Hochberg wrote:
>> I used the the lwip cvs code for the lwip ipstack + winpcap for layer2
>> ethernet + w32 sys_arch.c
>> of contrib.
>>
>> I would like to be able to test code changes before I generate a patch.
>> This way I am sure to submit compiled code as well as unit tested code.
>>
>> The Windows platform is serves me well for this.
>>
>Still I don't understand why you go through the effort of creating your
>own ethernet driver if there's already a working one in CVS/contrib. And
>if it doesn't compile, that's worth a bugtracker entry (as I said, it
>works for me - I just downloaded the newest pcap dev-pack and checked
>again).
>
>Simon
>
>
>_______________________________________________
>lwip-users mailing list
>address@hidden
>http://lists.nongnu.org/mailman/listinfo/lwip-users
>