Allow loading packets of large size from config files (fixed storing of big messages), and continue on config files skipping items that cannot be deserialised (Modified patch from Phenom)

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7040 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2014-01-19 14:29:29 +00:00
parent 037abea5eb
commit 07239883c8
2 changed files with 53 additions and 52 deletions

View file

@ -53,6 +53,8 @@ virtual int status();
std::string gethash();
bool bStopReading;
protected:
// Serialiser
@ -105,6 +107,7 @@ private:
BinEncryptedFileInterface* enc_bio;
//bool bStopReading;
};