Bugfixes and extra debugging for file transfer.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@791 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
drbob 2008-11-04 23:12:53 +00:00
parent 6343de176e
commit 80f4686100
12 changed files with 333 additions and 230 deletions

View file

@ -34,6 +34,12 @@
* #define TLV_FI_DEBUG 1
**/
RsTlvFileItem::RsTlvFileItem()
{
TlvClear();
}
void RsTlvFileItem::TlvClear()
{
filesize = 0;