lwip_setgetsockopt_data struct
This struct is used to pass data to the set/getsockopt_impl functions running in tcpip_thread context (only a void* is allowed)
Fields
socket index for which to change options.
level of the option to process.
name of the option to process.
union {
void *p;
const void *pc;
}
if an error occurs, it is temporarily stored here.
semaphore to wake up the calling task.