lwip-users
[Top][All Lists]
Advanced

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

[lwip-users] For a non-blocking socket, you should be aware that only pa


From: Harrold Spier
Subject: [lwip-users] For a non-blocking socket, you should be aware that only part of the offered data is being sent.
Date: Fri, 5 Jun 2020 16:53:13 +0200

The description of the NETCONN_DONTBLOCK flag in the api_lib.c source file above the functions netconn_write_partly() and netconn_write_vectors_partly() says:

@param apiflags combination of following flags :
- NETCONN_DONTBLOCK: only write the data if all data can be written at once

But as far as I can tell, it's quite the opposite. For a non-blocking socket, you should be aware that only part of the offered data is being sent.

Regards,
Harrold




reply via email to

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