Skip to content

Commit

Permalink
Renet: docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaspoffo committed May 19, 2023
1 parent bea1520 commit 5f4fa72
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions renet/src/channel/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ pub struct ChannelConfig {
/// Unreliable channels will drop new messages when this value is reached
/// Reliable channels will cause a disconnect when this value is reached
pub max_memory_usage_bytes: usize,
/// Delivery garantee of the channel
pub send_type: SendType,
}

Expand Down
2 changes: 0 additions & 2 deletions renet/src/remote_connection.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,7 @@ pub struct NetworkInfo {
/// Round-trip Time
pub rtt: f64,
pub packet_loss: f64,
/// Sent bytes per second.
pub bytes_sent_per_second: f64,
/// Received bytes per second.
pub bytes_received_per_second: f64,
}

Expand Down

0 comments on commit 5f4fa72

Please sign in to comment.