Create constant for ut_metadata
This commit is contained in:
parent
8dc8c1e35d
commit
19e944a697
2 changed files with 4 additions and 3 deletions
|
|
@ -44,6 +44,7 @@ const MSGID_PIECE: u8 = 7;
|
|||
const MSGID_CANCEL: u8 = 8;
|
||||
const MSGID_EXTENDED: u8 = 20;
|
||||
|
||||
pub const EXTENDED_UT_METADATA_KEY: &[u8] = b"ut_metadata";
|
||||
pub const MY_EXTENDED_UT_METADATA: u8 = 3;
|
||||
|
||||
#[derive(Debug)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue