Nothing is changed.
function TBlockSocket.SendBuffer(Buffer: TMemory; Length: Integer): Integer;
...
NonBlockMode:= true;
...
r := synsock.Send(FSocket, p, y, MSG_NOSIGNAL);
...
2007/1/12, Lukas Gebauer <[EMAIL PROTECTED]>:
> r: -1
> Operation would block
Most interesting is this error, because it is used on 'nonblocking'
sockets only. (IMHO) maybe on freeBSD is not socket in blocking mode
by default.
Try to set NonBlockMode property to false after socket creation as
test.
--
Lukas Gebauer.
E-mail: [EMAIL PROTECTED]
http://synapse.ararat.cz/ - Ararat Synapse - TCP/IP Lib.
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
synalist-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/synalist-public
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
synalist-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/synalist-public