r290122 added 4 bytes and removed 8 in struct sackhint. Add a pad entry of 4
bytes to restore the size. Spotted by: rrs Reviewed by: rrs X-MFC with: r290122 Sponsored by: Limelight Networks
This commit is contained in:
parent
8020192d7b
commit
b87170f210
@ -78,6 +78,7 @@ struct sackhint {
|
||||
* Total sacked bytes reported by the
|
||||
* receiver via sack option
|
||||
*/
|
||||
uint32_t _pad1[1]; /* TBD */
|
||||
uint64_t _pad[1]; /* TBD */
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user