net/netlink/netlink_sockif.c: Netlink sockets may be set to non-blocking.
This commit is contained in:
parent
936d69da1f
commit
b659c74440
@ -204,7 +204,9 @@ static int netlink_setup(FAR struct socket *psock, int protocol)
|
||||
|
||||
static sockcaps_t netlink_sockcaps(FAR struct socket *psock)
|
||||
{
|
||||
return 0;
|
||||
/* Permit vfcntl to set socket to non-blocking */
|
||||
|
||||
return SOCKCAP_NONBLOCKING;
|
||||
}
|
||||
|
||||
/****************************************************************************
|
||||
|
Loading…
Reference in New Issue
Block a user