Socket library

Sven Eric Panitz sep@softwareag.com
Wed, 24 Oct 2001 15:33:42 +0200


I just wanted to play a bit with the Socket library comming
with Haskell. However, whatever I try to do, I get the following
runtime error, eg in ghci:

Socket>  connectTo "pcsep" (PortNumber 80)
*** Exception: does not exist
Action: getProtocolByName
Reason: no such protocol entry


Seems that I am doing something wrong here?

Sven Eric=