|
detect IP/UDP destination address: msg#00030network.lwip.general
Hi, I have set up an UDP-server using the raw API upcb= udp_new(); udp_recv( upcb, callback_recv, get_nic_netif() ); udp_bind( upcb, IP_ADDR_ANY, 1234 ); In my callback_recv function I can see the IP address of the UDP-client so I can reply to it. But........ I would like to detect if the client sent the incoming UDP packet using unicast or broadcast (so I can respond with a corresponding unicats/broacast packet). Is this possible? /Beach/ |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: netconn_delete and _recv not thread safe: 00030, Jonathan Larmour |
|---|---|
| Next by Date: | Re: detect IP/UDP destination address: 00030, Kieran Mansley |
| Previous by Thread: | beginners problem :/i: 00030, Marcin Prusinski |
| Next by Thread: | Re: detect IP/UDP destination address: 00030, Kieran Mansley |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |