- introduced new encoding type KEY_EXCHANGE_DATA
This commit is contained in:
@@ -190,6 +190,15 @@ enum encoding_type_e{
|
||||
* When parsing SPI_SIZE bytes are read and written into the chunk pointing to.
|
||||
*/
|
||||
SPI,
|
||||
/**
|
||||
* Representating a Jey Exchange Data field
|
||||
*
|
||||
* When generating the content of the chunkt pointing to
|
||||
* is written.
|
||||
*
|
||||
* When parsing (Payload Length - 8) bytes are read and written into the chunk pointing to.
|
||||
*/
|
||||
KEY_EXCHANGE_DATA,
|
||||
/**
|
||||
* Representating one or more proposal substructures
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user