updated values for min/normal partial packet size to 1MB, so that we do not create partial packets for everyday use. We will have to properly extend openpgp-sdk to support parsing of partial packets if we want to PGP-encrypt chunks larger than 1MB.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6553 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2013-08-04 12:44:57 +00:00
parent ab68f1d123
commit c34ede4b1c
5 changed files with 26 additions and 9 deletions

View file

@ -34,7 +34,7 @@
#include <openpgpsdk/literal.h>
#include <openpgpsdk/partial.h>
#define MIN_PARTIAL_DATA_LENGTH 512
//#define MIN_PARTIAL_DATA_LENGTH 512 // now defined in partial.h
#define MAX_PARTIAL_DATA_LENGTH 1073741824