Use a longer buffer for messages in ERROR chunks.
This allows them to be sent in a non truncated way and addresses a warning given by newver versions of gcc. Thanks to Anselm Jonas Scholl for reporting it and providing a patch.
This commit is contained in:
parent
c5a3af7ebe
commit
2abe6d833d
@ -758,7 +758,7 @@ __FBSDID("$FreeBSD$");
|
||||
#define SCTP_DEFAULT_SPLIT_POINT_MIN 2904
|
||||
|
||||
/* Maximum length of diagnostic information in error causes */
|
||||
#define SCTP_DIAG_INFO_LEN 64
|
||||
#define SCTP_DIAG_INFO_LEN 128
|
||||
|
||||
/* ABORT CODES and other tell-tale location
|
||||
* codes are generated by adding the below
|
||||
|
Loading…
x
Reference in New Issue
Block a user