mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-01-04 11:38:11 +00:00
Just add a comment to explain that the lwip_sendto patch for LWIP_TCPIP_CORE_LOCKING option is just show a sample (it's not a full implementation, RAW connection and "to" field are not handled, ...)
This commit is contained in:
parent
6607cab902
commit
a42baedc28
@ -542,6 +542,7 @@ lwip_sendto(int s, const void *data, int size, unsigned int flags,
|
||||
((((struct sockaddr_in *)to)->sin_family) == AF_INET))));
|
||||
|
||||
#if LWIP_TCPIP_CORE_LOCKING
|
||||
/* Should only be consider like a sample or a simple way to experiment this option (no check of "to" field, no RAW send/sendto...) */
|
||||
{ struct pbuf* p;
|
||||
|
||||
p = pbuf_alloc(PBUF_TRANSPORT, 0, PBUF_REF);
|
||||
|
Loading…
Reference in New Issue
Block a user