haskell / network

Low-level networking interface
http://hackage.haskell.org/package/network
Other
325 stars 187 forks source link

Allow a control message to contain multiple file descriptors (issue #566) #567

Closed Dretch closed 1 year ago

Dretch commented 1 year ago

ControlMessage has lost the Storable constraint, because it is not possible to implement Storable [Fd] because [Fd] is not fixed-size when encoded.

kazu-yamamoto commented 1 year ago

I'm using this code now to see what happens in my projects. Please wait for a while.

andreasabel commented 6 months ago

Looks like this PR broke the Windows build: