Skip to content

Commit

Permalink
Batch encoding/decoding is part of zenoh-codec
Browse files Browse the repository at this point in the history
  • Loading branch information
Mallets committed Oct 27, 2023
1 parent ad44fd9 commit 4f691bd
Show file tree
Hide file tree
Showing 13 changed files with 474 additions and 1,352 deletions.
975 changes: 180 additions & 795 deletions commons/zenoh-codec/src/transport/batch.rs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion commons/zenoh-codec/src/transport/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
// Contributors:
// ZettaScale Zenoh Team, <[email protected]>
//
mod batch;
pub mod batch;
mod close;
mod fragment;
mod frame;
Expand Down
2 changes: 1 addition & 1 deletion commons/zenoh-protocol/src/transport/frame.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ pub mod flag {
pub struct Frame {
pub reliability: Reliability,
pub sn: TransportSn,
pub payload: Vec<NetworkMessage>,
pub ext_qos: ext::QoSType,
pub payload: Vec<NetworkMessage>,
}

// Extensions
Expand Down
Loading

0 comments on commit 4f691bd

Please sign in to comment.