[lwip-users] udp_recv: read destination address

2015-01-13 Thread chrysn
hello lwip fellow users, updating the libcoap library's lwip port, i'll need to know which network address the package i'm just udp_recv'ing was sent to. (this is a requirement of rfc7252, which has sections that only apply if the receiving address is a multicast address). has there been any

Re: [lwip-users] udp_recv: read destination address

2015-01-13 Thread Simon Goldschmidt
chrysn wrote: updating the libcoap library's lwip port, i'll need to know which network address the package i'm just udp_recv'ing was sent to. (this is a requirement of rfc7252, which has sections that only apply if the receiving address is a multicast address). has there been any change on

[lwip-users] error when starting an app that tries to open a socket over a running lwIP instance

2015-01-13 Thread Wendel Assis
Hi all, I´m trying to build a setup like this: 1) c project that is based on the lib project in the contrib distribution to generate the lwip as a library 2) c project that links to the library created in (1) and just adds a network interface, using the tap interface as done in the unix