error-notify: increase size of string/identity fields in messages
This commit is contained in:
@@ -54,11 +54,11 @@ struct error_notify_msg_t {
|
|||||||
/** message type */
|
/** message type */
|
||||||
int type;
|
int type;
|
||||||
/** string with an error description */
|
/** string with an error description */
|
||||||
char str[128];
|
char str[384];
|
||||||
/** connection name, if known */
|
/** connection name, if known */
|
||||||
char name[64];
|
char name[64];
|
||||||
/** peer identity, if known */
|
/** peer identity, if known */
|
||||||
char id[128];
|
char id[256];
|
||||||
/** peer address and port, if known */
|
/** peer address and port, if known */
|
||||||
char ip[60];
|
char ip[60];
|
||||||
} __attribute__((packed));
|
} __attribute__((packed));
|
||||||
|
|||||||
Reference in New Issue
Block a user