I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit b3626ad8 authored by mpc's avatar mpc Committed by zzz
Browse files

should've tested it first

parent 9b6eab45
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,7 @@ extern "C" {
/* The maximum length of a SAM command with a public key */
#define SAM_PKCMD_LEN (SAM_PUBKEY_LEN + SAM_CMD_LEN)
/* The maximum size of a single raw packet */
#define SAM_RAW_LEN (32 * 1024)
#define SAM_RAW_PAYLOAD_MAX (32 * 1024)
/* The maximum length a SAM non-data reply can be */
#define SAM_REPLY_LEN 1024
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment