forked from cory/tildefriends
		
	More generous receive buffer. Max RPC size is stored in two bytes. Double so that we have overhead for the header itself and another RPC.
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4101 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
		| @@ -218,7 +218,7 @@ typedef struct _tf_ssb_connection_t | ||||
| 	uint8_t s_to_c_box_key[crypto_hash_sha256_BYTES]; | ||||
| 	uint8_t c_to_s_box_key[crypto_hash_sha256_BYTES]; | ||||
|  | ||||
| 	uint8_t recv_buffer[32 * 1024]; | ||||
| 	uint8_t recv_buffer[128 * 1024]; | ||||
| 	size_t recv_size; | ||||
|  | ||||
| 	uint8_t nonce[crypto_secretbox_NONCEBYTES]; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user