[network] #10: Network.Socket.connect: support for sockets w/ bound local endpoints

#10: Network.Socket.connect: support for sockets w/ bound local endpoints ---------------------+------------------------------------------------------ Reporter: tibbe | Owner: Type: defect | Status: new Priority: major | Milestone: Component: network | Version: Keywords: | ---------------------+------------------------------------------------------ Just in case this isn't taken care of by the ongoing rewrite of 'network', but there's an age-old limitation in the implementation of Network.Socket.connect -- it balks at being given a socket where the local endpoint (port,iface) has already been bound. i.e., it socket status test ought to be not (currentStatus elem [NotConnected?,Bound]) The workaround of manually resetting SocketStatus? always leaves me feeling icky. (Copied from http://hackage.haskell.org/trac/ghc/ticket/3143) -- Ticket URL: http://trac.haskell.org/network/ticket/10 network http://projects.haskell.org/network/ Networking-related facilities

#10: Network.Socket.connect: support for sockets w/ bound local endpoints ------------------------+--------------------------------------------------- Reporter: tibbe | Owner: Type: defect | Status: closed Priority: major | Milestone: Component: network | Version: Resolution: duplicate | Keywords: ------------------------+--------------------------------------------------- Changes (by bos): * status: new => closed * resolution: => duplicate Comment: This is a duplicate of ticket #3. -- Ticket URL: http://trac.haskell.org/network/ticket/10#comment:1 network http://projects.haskell.org/network/ Networking-related facilities
participants (1)
-
network