Hello Arno,

No,  it  was  reported  that the software with  FTPCLI_BUFFER_OLD also
hangs :(

Monday, January 24, 2011, 10:30:29 AM, you wrote:


AG> const
AG> //  BLOCK_SIZE       = 1460; { 1514 - TCP header size }

AG> {$IFDEF FTPCLI_BUFFER_OLD}
AG>   FTP_SND_BUF_SIZE = 1460;  { arno V7.18 }
AG>   FTP_RCV_BUF_SIZE = 4096;  { arno V7.18 }
AG> {$ELSE}
AG>   {$IFDEF FTPCLI_BUFFER_SMALL}
AG>     FTP_SND_BUF_SIZE = 8192;  { arno V7.18 }
AG>     FTP_RCV_BUF_SIZE = 8192;  { arno V7.18 }
AG>   {$ELSE}
AG>     {$IFDEF FTPCLI_BUFFER_MEDIUM}
AG>       FTP_SND_BUF_SIZE = 16384;  { arno V7.18 }
AG>       FTP_RCV_BUF_SIZE = 16384;  { arno V7.18 }
AG>     {$ELSE}
AG>       FTP_SND_BUF_SIZE = 32768;  { angus V7.00 increased from 1460 }
AG>       FTP_RCV_BUF_SIZE = 32768;  { angus V7.00 increased from 4096 }
AG>     {$ENDIF}
AG>   {$ENDIF}
AG> {$ENDIF}




-- 
Best regards,
 Antol                            mailto:spama...@mail.ru

--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to