Re: [Haskell-cafe] ANN: network-socket-options 0.1

On Wed, Feb 22, 2012 at 5:56 AM, L Corbijn
On Wed, Feb 22, 2012 at 5:58 AM, Joey Adams
wrote: I released network-socket-options 0.2, adding setSocketTimeouts and setHandleTimeouts. I'll post an announcement in a separate thread once the Haddock documentation is generated.
-Joey
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe
Hi Joey,
Seeing the large number of getters and setters in this package I was wondering if it might be improved by using 'StateVar's from the StateVar package. http://hackage.haskell.org/package/StateVar
Lars
P.S. It does mention OpenGL (where it's actively used), but replacing that with 'socket' makes the description seem to fit rather well.
Copying to the mailing list. Thanks for pointing out StateVar. However, setSocketOption and getSocketOption (or variants taking raw Fds or GHC FDs) will not have a class for socket options to abstract over. It'd be nicer to see a list of settable options under the SetSockOpt class, and a list of gettable options under the GetSockOpt class. -Joey
participants (1)
-
Joey Adams