lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] Lwip 1.1.0 upd_send


From: Leon Woestenberg
Subject: Re: [lwip-users] Lwip 1.1.0 upd_send
Date: Tue, 04 Jan 2005 16:12:49 +0100

Paul,

On Tue, 04 Jan 2005 13:46:15 +1030, "Paul C" <address@hidden>
said:
> Hi List,
> 
> I use 
>             err = udp_connect( Shout, IP_ADDR_ANY, A_PORT);
>             err = udp_send(Shout, pcb);
> 
> With LWIP 1.1.0 release the udp is sent to 0.0.0.0 I have this patch 
> in udp.c to make it use the network address (which is what I want).
> Am I using udp_connect/ udp_send wrongly or is this a patch
> that should be in lwip? Should I really use IP_ADDR_BROADCAST here 
> instead?
> 
We should mimic BSD behaviour, I am not quite sure what that is though
for this case.

Regards,

Leon.




reply via email to

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