Antol wrote:
> Hello Arno,
> 
> 
> No,  it  was  reported  that the software with  FTPCLI_BUFFER_OLD also
> hangs :(

That's sad news :( 
I'm running out of ideas, anybody else?

-- 
Arno Garrels


> 
> Monday, January 24, 2011, 10:30:29 AM, you wrote:
> 
> 
>> const
>> //  BLOCK_SIZE       = 1460; { 1514 - TCP header size }
> 
>> {$IFDEF FTPCLI_BUFFER_OLD}
>>   FTP_SND_BUF_SIZE = 1460;  { arno V7.18 }
>>   FTP_RCV_BUF_SIZE = 4096;  { arno V7.18 }
>> {$ELSE}
>>   {$IFDEF FTPCLI_BUFFER_SMALL}
>>     FTP_SND_BUF_SIZE = 8192;  { arno V7.18 }
>>     FTP_RCV_BUF_SIZE = 8192;  { arno V7.18 }
>>   {$ELSE}
>>     {$IFDEF FTPCLI_BUFFER_MEDIUM}
>>       FTP_SND_BUF_SIZE = 16384;  { arno V7.18 }
>>       FTP_RCV_BUF_SIZE = 16384;  { arno V7.18 }
>>     {$ELSE}
>>       FTP_SND_BUF_SIZE = 32768;  { angus V7.00 increased from 1460 }
>>       FTP_RCV_BUF_SIZE = 32768;  { angus V7.00 increased from 4096 }
>>     {$ENDIF}
>>   {$ENDIF}
>> {$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