Added selectable TCP_WRITE_FLAG_COPY mode on a per-socket basis, updated lwIP driver for socket limit checks

This commit is contained in:
Joseph Henry
2017-09-08 16:13:56 -07:00
parent 05fec81757
commit 1d4f36a811
9 changed files with 208 additions and 129 deletions

View File

@@ -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