Increased maximum payload size

This commit is contained in:
Jeremy Ellington 2004-07-28 16:05:50 +00:00
parent 5859e5cd57
commit 6f1f26a1b1

View File

@ -115,7 +115,7 @@
* TODO: these are wild guesses and should be checked
*/
#define IPMI_MAX_CONF_HEADER_SIZE 0x20
#define IPMI_MAX_PAYLOAD_SIZE 0x40 /* Includes confidentiality header/trailer */
#define IPMI_MAX_PAYLOAD_SIZE 0xFF /* Includes confidentiality header/trailer */
#define IPMI_MAX_CONF_TRAILER_SIZE 0x20
#define IPMI_MAX_INTEGRITY_PAD_SIZE 0x20
#define IPMI_MAX_AUTH_CODE_SIZE 0x20