oliverschmidt
|
274afdb55c
|
Made driver compilable with both Cygwin and VC++ (and usable for platform/win32 by using logging API).
|
2007-04-11 00:21:28 +00:00 |
|
oliverschmidt
|
9cc1871810
|
Fixed stupid bug. I have no idea how I didn't run into this one for months ! The development platforms have 400-600 bytes buffer size. So every incoming 1500 packet overwrote ~ 1000 bytes of uIP variables. And this happens very easily as every packet coming in for the Windows IP stack is seen by uIP as well (and discarded because of the wrong IP address).
|
2007-04-08 20:06:56 +00:00 |
|
oliverschmidt
|
e37d79e4a3
|
Don't rely on gcc's auto-import feature.
|
2007-04-07 00:27:22 +00:00 |
|
oliverschmidt
|
e5d3453a79
|
Minor code formatting change.
|
2007-04-05 19:42:47 +00:00 |
|
oliverschmidt
|
be08e76366
|
Now that Contiki has a htonl() we need the same workaround here that we already have for htons().
|
2007-04-05 19:41:02 +00:00 |
|
oliverschmidt
|
5bceecfbb0
|
Added Cygwin networking support using WinPcap.
|
2007-04-01 21:05:17 +00:00 |
|
oliverschmidt
|
01b9b31952
|
Moved wpcap*.[ch] from platform/minimal-net/net to cpu/native/net.
|
2007-04-01 20:39:05 +00:00 |
|
adamdunkels
|
e6301c6221
|
Moved tapdev*.[ch] from platform/netsim/net and platform/minimal-net/net to cpu/native/net
|
2007-03-31 18:49:37 +00:00 |
|