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
_______________________________________________
lwip-users mailing list
lwip-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/lwip-users

Reply via email to