lwip-users
[Top][All Lists]
Advanced

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

[lwip-users] UDP-server not working!


From: Kai Parow-Souchon
Subject: [lwip-users] UDP-server not working!
Date: Sun, 31 Jul 2011 15:41:49 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; rv:5.0) Gecko/20110624 Thunderbird/5.0

Hey!

I'm trying to get a simple UDP-server to work on an LM3S8538 stellaris arm.

TCP works great, but my UDP server initialized by:

pcb = udp_new();
udp_bind(pcb, IP_ADDR_ANY, 1338);

udp_recv(pcb, myUDPrcv, NULL);

always returns ICMP "destination unreachable (port unreachable)" messages when I try to send a package to it.

In die config file I only defined LWIP_UDP - is there anything else that needs to be configured?

I don't have any idea left to try...it's really simple but still doesn't work ;)

Any suggestions or anything I can try or have a look at are welcome,
Thanks,
Kai



reply via email to

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