|
|
|
@ -116,7 +116,7 @@ int sock_tcp_connect(sock_tcp_t *sock, const sock_tcp_ep_t *remote,
|
|
|
|
|
* @return -ENOMEM, if no memory was available to listen on @p queue. |
|
|
|
|
*/ |
|
|
|
|
int sock_tcp_listen(sock_tcp_queue_t *queue, const sock_tcp_ep_t *local, |
|
|
|
|
sock_tcp_t[] queue_array, unsigned queue_len, |
|
|
|
|
sock_tcp_t *queue_array, unsigned queue_len, |
|
|
|
|
uint16_t flags); |
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|