News  [SoftwareSite

Latest News
Older News
RSS Feed
 
Complete Projects
Useful Classes
Top Downloads
Message Board
AllAPI.net
 
Send Comments
Software License
Mentalis.org Buttons
Donate
 
Forums -> Security Library Forum
 
Bug fix in RecordLayer.cs  
by Bryant Eastham [beastham at emware dot com]
posted on 2004/05/06

Great library. I did have a problem sending small blocks, which seems to be caused by sending a zero length transform to TransformBlock in RecordLayer.cs line 130. It was causing an exception, so I had to guard the call with:

if ( size - messTrailer != 0 )

not sure if that is the right fix, but things worked after that.

Thanks for an excellent (so far) library!

Bryant Eastham

by Pieter Philippaerts [Pieter at mentalis dot org]
posted on 2004/05/16

It should be fixed now.

 

Copyright © 2002-2007, The Mentalis.org Team. All rights reserved.
This site is located at http://www.mentalis.org/
Send comments to the webmaster.