You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the linger {int l_onoff, int l_linger} struct is missing in this binding. I checked it's implementation in glibc and musl, but it's missing in this binding.
I guess the struct should look like in the crate winapi.
Hey,
the
linger {int l_onoff, int l_linger}struct is missing in this binding. I checked it's implementation in glibc and musl, but it's missing in this binding.I guess the struct should look like in the crate winapi.