Added selectable TCP_WRITE_FLAG_COPY mode on a per-socket basis, updated lwIP driver for socket limit checks
This commit is contained in:
@@ -561,7 +561,7 @@ int zts_get_pico_socket(int fd, struct pico_socket **s);
|
||||
/*
|
||||
* Whether we can add a new socket or not. Depends on stack in use
|
||||
*/
|
||||
bool can_provision_new_socket();
|
||||
bool can_provision_new_socket(int socket_type);
|
||||
|
||||
/**
|
||||
* Returns the number of sockets either already provisioned or waiting to be
|
||||
|
||||
Reference in New Issue
Block a user