[Haskell] What's with Network.Socket?

ROBERT DOUGLAS HOELZ hoelz at wisc.edu
Sat Apr 7 04:20:42 EDT 2007


Is Network.Socket buggy/incomplete?  I'm trying to implement an NNTP module in Haskell, but it seems the Network.Socket module doesn't convert the native byte order to network byte order, so the connection gets denied.  When I reverse the bytes in the address by hand and try to connect, it locks up.  What's wrong?

Thanks,
Rob Hoelz


More information about the Haskell mailing list