[project @ 1999-09-20 10:18:29 by simonmar]
authorsimonmar <unknown>
Mon, 20 Sep 1999 10:18:30 +0000 (10:18 +0000)
committersimonmar <unknown>
Mon, 20 Sep 1999 10:18:30 +0000 (10:18 +0000)
commitd82f41425562849cb77653bb690d2279e7a85586
tree61ecaa1d28356c23c40a54d69430ea9355306250
parent6b7c06e0715663168ed35ef00084e07e03cdd28b
[project @ 1999-09-20 10:18:29 by simonmar]
- fix bug in setSocketOption__ which meant that trying to set
  SO_REUSEADDR on Linux (and possibly other OS's) didn't work.

- add rudimentary non-blocking connect support.
ghc/lib/misc/SocketPrim.lhs
ghc/lib/misc/cbits/connectSocket.c
ghc/lib/misc/cbits/ghcSockets.h
ghc/lib/misc/cbits/socketOpt.c