mirror of
https://github.com/apache/nuttx.git
synced 2026-05-23 14:58:13 +08:00
pkt_recvfrom.c edited online with Bitbucket
This commit is contained in:
@@ -426,7 +426,7 @@ ssize_t pkt_recvfrom(FAR struct socket *psock, FAR void *buf, size_t len,
|
||||
/* TODO pkt_recvfrom_initialize() expects from to be of type sockaddr_in, but
|
||||
* in our case is sockaddr_ll
|
||||
*/
|
||||
)
|
||||
|
||||
#if 0
|
||||
ret = pkt_connect(conn, NULL);
|
||||
if (ret < 0)
|
||||
|
||||
Reference in New Issue
Block a user