lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-users] How to build a simple TCP [...]


From: address@hidden
Subject: Re: [lwip-users] How to build a simple TCP [...]
Date: Thu, 10 Jul 2008 21:19:49 +0200
User-agent: Thunderbird 2.0.0.14 (Windows/20080421)

Kieran Mansley wrote:
On Thu, 2008-07-10 at 12:49 +0200, Simon Goldschmidt wrote:
Is this something to be afraid of? I didn't think the win32 port would be used 
in production environments where this matters... But of course we could change 
this to be defined somwhere instead of calculating it from the real ethernet 
card's MAC.

I think that would be better.  It would make it more obvious that the
MAC address being used is just made up, and so needs to be carefully
chosen.
You're right. I've changed it: now you have to define the MAC address in lwipcfg_msvc.h:
#define LWIP_MAC_ADDR_BASE            {0x00,0x01,0x02,0x03,0x04,0x05}
is the (bad) default.

Simon




reply via email to

[Prev in Thread] Current Thread [Next in Thread]