Socket interface: Added listen() and accept() interfaces.

This commit is contained in:
Gregory Nutt
2017-07-13 11:15:00 -06:00
parent 85b1ae4cf0
commit 0c840ed22f
10 changed files with 438 additions and 244 deletions
-1
View File
@@ -95,7 +95,6 @@ int psock_bind(FAR struct socket *psock, const struct sockaddr *addr,
#ifdef CONFIG_NET_PKT
FAR const struct sockaddr_ll *lladdr = (const struct sockaddr_ll *)addr;
#endif
socklen_t minlen;
int errcode;
int ret = OK;