Jump to content
Eric Bonilha

Buffered Byte Count for SSL Socket

Recommended Posts

Hello

ICS Socket currently has a property called BufferedByteCount which provides the amount of bytes that are still buffered to be sent via the socket. This property is particularly useful for us.. But if the socket is an SSL socket, this property doesn't work because the data is added to a different buffer for sending.
In my source code I added a new property SslBufferedByteCount which is linked to the SSL buffer to sending data. I would like to ask the authors here if they would add a property like this to the official source, so we don't have to keep modifying the sources every time there is a new release

 

Thanks

 

Eric

Share this post


Link to post

Must say I've never used BufferedByteCount myself, don't think it's used in any ICS components. 

 

But if an SSL version is useful, please email your changed unit and it will be added, please make sure you update the latest version from SVN.  My email is in many units.

 

Angus

 

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×