[Haskell-cafe] Unexpected behaviour with send and send-buffer setting

Bryan O'Sullivan bos at serpentine.com
Wed Sep 4 17:52:05 CEST 2013


On Tue, Sep 3, 2013 at 3:56 PM, Simon Yarde <simonyarde at me.com> wrote:

> I'm new to Haskell and have reached an impasse in understanding the
> behaviour of sockets.
>

Your question is actually not related to Haskell at all, but is a general
"I don't understand socket programming" question. You're being misled by
the non-blocking sockets observation - this makes no difference to the
behaviour of your program.

I recommend picking up copies of "Unix Network Programming" and "TCP/IP
Illustrated", and reading them.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20130904/9245037b/attachment.htm>


More information about the Haskell-Cafe mailing list