[Haskell-cafe] non-blocking recv from UDP socket

Donn Cave donn at avvanta.com
Thu Aug 26 12:35:07 EDT 2010


Quoth Vo Minh Thu <noteed at gmail.com>,
...
> Ok, that explains also why using fcntl directly on the fd didn't work
> either. So, I think I will go the FFI road and create my socket the
> way I want.

I have been doing this with TCP STREAM sockets for some time,
for similar reasons and others, and as you surmised, it has
worked fine.

	Donn Cave, donn at avvanta.com


More information about the Haskell-Cafe mailing list