#1699: Fix network wrt abstract unix sockets
----------------------------------------+-----------------------------------
  Reporter:  [EMAIL PROTECTED]  |          Owner:          
      Type:  proposal                   |         Status:  new     
  Priority:  normal                     |      Milestone:  Not GHC 
 Component:  libraries/network          |        Version:  6.6.1   
  Severity:  normal                     |       Keywords:          
Difficulty:  Unknown                    |             Os:  Linux   
  Testcase:                             |   Architecture:  Multiple
----------------------------------------+-----------------------------------
The network library works well with unix sockets, but doesn't work with
 abstract unix sockets -- a linux extension.
 AUS are identified by that that the unix path starts with a zero, and not
 being zero terminated. Thus not compatible with the current network code.

 This proposal includes a patch that will add abstract unix support to the
 network library.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/1699>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to