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

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

Magically fixed itself

parent 5abd2b40
No related branches found
No related tags found
No related merge requests found
...@@ -42,8 +42,8 @@ extern "C" { ...@@ -42,8 +42,8 @@ extern "C" {
*/ */
/* The maximum length a SAM command can be */ /* The maximum length a SAM command can be */
#define SAM_CMD_LEN 128 #define SAM_CMD_LEN 128
/*The maximum size of a single datagram packet (-30 temporary bug fix for SAM)*/ /* The maximum size of a single datagram packet */
#define SAM_DGRAM_PAYLOAD_MAX ((31 * 1024) - 30) #define SAM_DGRAM_PAYLOAD_MAX (31 * 1024)
/* The longest log message */ /* The longest log message */
#define SAM_LOGMSG_LEN 256 #define SAM_LOGMSG_LEN 256
/* The longest `name' arg for the naming lookup callback */ /* The longest `name' arg for the naming lookup callback */
......
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