I think is not a problem related with data chunking. If i don't set valiable
y to SendMaxChunk
...
//    if y > FSendMaxChunk then y := FSendMaxChunk;
...
i've the same rerult.

if FSendMaxChunk:= 8192 data chunking starts and after 4 clicles an error
occurs:
synsock.Send(FSocket, p, y, MSG_NOSIGNAL) = -1


2007/1/14, Lukas Gebauer <[EMAIL PROTECTED]>:

> Nothing is changed.

Well, and what happen if you set SendMaxChunk to Maxint constant? (for
disable data chunking - all will be sended by one 'send' call...)


--
Lukas Gebauer.

E-mail: [EMAIL PROTECTED]
WEB: http://www.ararat.cz/synapse - Synapse Delphi and Kylix TCP/IP
Library



-------------------------------------------------------------------------
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

Reply via email to