Re: [twsocket] ThttpCil Send bufsize problem

2006-01-12 Thread Francois Piette
> http://img79.imageshack.us/img79/2092/ics0rl.jpg I don't know what your WPEPRO1 shows, but for sure it is _not_ IP packet size. Maybe WPEPRO1 show the dialog with winsock API and this is _not_ directly related to line speed. The size of data writtent to winsock at one time affect line speed on

Re: 回覆: Re: 回覆: Re: [twsocket] ThttpCil Send bufsize problem

2006-01-12 Thread Opqrst Ghrst
> time I cannot complier. It seems these two > object > >> > cannot use the same time. > >> > >> Strange. But easy solution: use only THttpCli ! > >> I can't help you more if you don't tell the error > >> message you get. The > >> compiler alway

回覆: Re: [twsocket] ThttpCil Send bufsize problem

2006-01-09 Thread Opqrst Ghrst
Thanks for your reply. I try use TIdhttp it can send with packet 32768 size. But when I use this Object and HttpCli at the same time I cannot complier. It seems these two object cannot use the same time. --- Francois PIETTE <[EMAIL PROTECTED]> 說: > > Q1: > > I set HttpCli1->CtrlSocket->BufSize=3

Re: [twsocket] ThttpCil Send bufsize problem

2006-01-06 Thread Francois PIETTE
Q1: I set HttpCli1->CtrlSocket->BufSize=32768 ,but when I send data it only has Max BufSize 8193. How can I set it more than 8193 and has it Max limit? Sending buffer size doesn't change much at the network layer. HTTP use TCP and TCP is a stream oriented proptocol. Default buffer size fit the

[twsocket] ThttpCil Send bufsize problem

2006-01-06 Thread Opqrst Ghrst
Q1: I set HttpCli1->CtrlSocket->BufSize=32768 ,but when I send data it only has Max BufSize 8193. How can I set it more than 8193 and has it Max limit? Q2: Dose HttpCli1->SendStream has Size limit? When I send more than 100MB file, It seems not works. ___ YM -