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