lwip/sockets.h documentation
Posted: Mon Jul 16, 2018 6:12 am
Hello,
I would like to know where I could find the information of the lwip/sockets.h?
I am using this function:
ssize_t sizeRead = recv(clientSock, data + sizeUsed, total-sizeUsed, 0);
I go to the web of esp-idf and all the info that I can find is:
https://github.com/espressif/esp-idf/bl ... /sockets.h
int lwip_recv(int s, void *mem, size_t len, int flags);
I would like to know what is flags??
B.R.
I would like to know where I could find the information of the lwip/sockets.h?
I am using this function:
ssize_t sizeRead = recv(clientSock, data + sizeUsed, total-sizeUsed, 0);
I go to the web of esp-idf and all the info that I can find is:
https://github.com/espressif/esp-idf/bl ... /sockets.h
int lwip_recv(int s, void *mem, size_t len, int flags);
I would like to know what is flags??
B.R.