lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] UDP routing over IPv6?


From: Barnabás Králik
Subject: Re: [lwip-users] UDP routing over IPv6?
Date: Tue, 23 Jan 2018 09:37:21 +0000

Thanks, this works. 
However, I still do not feel that my implementation is idiomatic (or at least 
safe). What I did is to change the local_ip of the pcb before the udp_sendto 
call then wrote back the original value. Do you have any better  solution for 
sending an answer?

Barnabás

-----Original Message-----
From: lwip-users [mailto:address@hidden On Behalf Of goldsimon
Sent: 2018. január 19., péntek 13:39
To: Mailing list for lwIP users <address@hidden>
Subject: Re: [lwip-users] UDP routing over IPv6?



Barnabás Králik wrote:
>I also don't see any reliable way to recover the destination address in 
>the udp receive callback.

Have you tried ip_current_dst_addr() (or something like that)?

Simon

_______________________________________________
lwip-users mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/lwip-users

reply via email to

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