schweikert / fping

High performance ping tool
https://fping.org
Other
1.03k stars 251 forks source link

fping: Initialize msghdr struct in a portable way #263

Closed kraj closed 1 year ago

kraj commented 2 years ago

Initializing the structure assuming glibc layout results in compile errors on musl, therefore do partial intialization and then assigning the members individually.

Signed-off-by: Khem Raj raj.khem@gmail.com