mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-29 02:51:45 -04:00
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:
parent
ab68f1d123
commit
c34ede4b1c
5 changed files with 26 additions and 9 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue