lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] Problems with sending UDP packets in FreeRTOS


From: Simon Goldschmidt
Subject: Re: [lwip-users] Problems with sending UDP packets in FreeRTOS
Date: Thu, 28 Jul 2016 11:24:51 +0200

Mike Fleetwood wrote:
> Question 1: Why should send return with ERR_USE?

It shouldn't. ERR_USE is only returned by tcp_bind() and udp_bind() (and you 
already bound your netconn outside the loop).
The only way it could be returned is by your netif driver's output function - 
or due to some other bug...


Simon



reply via email to

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