Skip to content

Commit

Permalink
Improve comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Mallets committed Mar 28, 2024
1 parent b13ff86 commit 07fef43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commons/zenoh-protocol/src/network/declare.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pub use subscriber::*;
pub use token::*;

pub mod flag {
pub const I: u8 = 1 << 5; // 0x20 Interest
pub const I: u8 = 1 << 5; // 0x20 Interest if I==1 then the declare is in a response of an Interest with future==false
// pub const X: u8 = 1 << 6; // 0x40 Reserved
pub const Z: u8 = 1 << 7; // 0x80 Extensions if Z==1 then an extension will follow
}
Expand Down

0 comments on commit 07fef43

Please sign in to comment.