mirror of
https://github.com/apache/nuttx.git
synced 2026-09-25 01:07:40 +08:00
include/sys/socket.h: With increased size of struct sockaddr_in6 of commit 55f31f03f9, the size of struct sockaddr_storage in include/sys/socket.h must also be increase so that it can contain the new, larger sockaddr_in6.
This commit is contained in:
@@ -190,7 +190,7 @@ struct sockaddr_in6
|
||||
sa_family_t sin6_family; /* Address family: AF_INET6 */
|
||||
in_port_t sin6_port; /* Port in network byte order */
|
||||
uint32_t sin6_flowinfo; /* IPv6 traffic class and flow information */
|
||||
struct in6_addr sin6_addr; /* IPv6 internet address */
|
||||
struct in6_addr sin6_addr; /* IPv6 Internet address */
|
||||
uint32_t sin6_scope_id; /* Set of interfaces for a scope */
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user