mirror of
https://github.com/apache/nuttx.git
synced 2026-05-26 18:56:10 +08:00
Socket interface: Added listen() and accept() interfaces.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user