Move up the address to the top of the sctp_udencaps structure
like in all other structures. This avoids alignment problems. MFC after: 3 months.
This commit is contained in:
parent
ec9925ed78
commit
052230f978
@ -672,8 +672,8 @@ struct sctp_timeouts {
|
||||
};
|
||||
|
||||
struct sctp_udpencaps {
|
||||
sctp_assoc_t sue_assoc_id;
|
||||
struct sockaddr_storage sue_address;
|
||||
sctp_assoc_t sue_assoc_id;
|
||||
uint16_t sue_port;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user