Björn Gohla
Björn Gohla
> Okay, it seems like [OpenBSD's `netdb.h`](https://github.com/openbsd/src/blob/master/include/netdb.h#L158-L169) doesn't contain those flags although POSIX requires it. > > I guess then this more or less an non-issue for haskell-socket? Feel free...
I've thought better of it, and it seems I won't need this feature, so feel free to close.
Tangentially, being a sum type, I expected there to be a tag field in the generated struct. So I would like to know how the `Nothing` case is actually represented...