lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] TCP Client handshakes but no data transmission


From: ricardoschoof
Subject: Re: [lwip-users] TCP Client handshakes but no data transmission
Date: Tue, 30 Apr 2019 04:05:40 -0700 (MST)

Hi,

Please read for more information about the API's:
https://www.nongnu.org/lwip/2_0_x/raw_api.html

/When running in a multithreaded environment, raw API functions MUST only be
called from the core thread since raw API functions are not protected from
concurrent access (aside from pbuf- and memory management functions). /

Running netconn and raw might interfere with each other. My suggestion would
be to run the TCP Client also in either netconn or socket mode.

Cheers!




--
Sent from: http://lwip.100.n7.nabble.com/lwip-users-f3.html



reply via email to

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