I checked ICS-V6 source code. What I have done is query the winsock buffer 
size for sending and for receiving and store it in two variable 
FSocketRcvBufSize and FSocketSndBufSize. My idea was to provide a property 
with those values with a setter allowing to change it. I haven't implemented 
the setter but if you need it, it is very easy to implement it.

--
Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html
--
[EMAIL PROTECTED]
http://www.overbyte.be




----- Original Message ----- 
From: "Francois Piette" <[EMAIL PROTECTED]>
To: "ICS support mailing" <twsocket@elists.org>
Sent: Thursday, October 26, 2006 1:48 PM
Subject: Re: [twsocket] Adjusting the receive buffer size?


> As far as I remember, I added code in ICS-V6 for that purpose. I haven't 
> it
> at hand to verify if it was just an idea or if I really implemented it.
>
> Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html
> --
> [EMAIL PROTECTED]
> Author of ICS (Internet Component Suite, freeware)
> Author of MidWare (Multi-tier framework, freeware)
> http://www.overbyte.be
>
> ----- Original Message ----- 
> From: "Ampersand" <[EMAIL PROTECTED]>
> To: <twsocket@elists.org>
> Sent: Thursday, October 26, 2006 9:26 AM
> Subject: [twsocket] Adjusting the receive buffer size?
>
>
>> Hi. Im just wondering how you can change the receive buffer size, 
>> possibly
>> by using so_rcvbuf? Im using TWsocket and didnt see anything mentioning
> the
>> receive buffer size in the code so I take it it's using the system 
>> default
>> tcp window size for your OS? I would like to make the buffer 
>> significantly
>> larger in my code so I'd appreciate any help with doing this. Thanks.
>> -- 
>> To unsubscribe or change your settings for TWSocket mailing list
>> please goto http://www.elists.org/mailman/listinfo/twsocket
>> Visit our website at http://www.overbyte.be
>
> -- 
> To unsubscribe or change your settings for TWSocket mailing list
> please goto http://www.elists.org/mailman/listinfo/twsocket
> Visit our website at http://www.overbyte.be 

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

Reply via email to