Skip to content

Commit

Permalink
Import changes.
Browse files Browse the repository at this point in the history
  - f59c4e93110a40413c1fa73a0d6900df81b62ee9

GitOrigin-RevId: f59c4e93110a40413c1fa73a0d6900df81b62ee9
  • Loading branch information
Aalyria Technologies, Inc committed Dec 6, 2024
1 parent f73885e commit 267b64a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions api/provisioning/v1alpha/te.proto
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,17 @@ message Metrics {
//
// N.B.: these units DIFFER from those of RFC 8294's
// bandwidth-ieee-float32 and RFC 8776's te-bandwidth.
double cir_bps = 1;
//
// Cf. draft-ietf-opsawg-teas-common-ac's bandwidth-parameters
uint64 cir_bps = 1;

// Excess Information Rate (EIR) in bits per second.
//
// N.B.: these units DIFFER from those of RFC 8294's
// bandwidth-ieee-float32 and RFC 8776's te-bandwidth.
double eir_bps = 2;
//
// Cf. draft-ietf-opsawg-teas-common-ac's bandwidth-parameters
uint64 eir_bps = 2;

// Maximum latency (one way frame delay).
google.protobuf.Duration max_latency = 3;
Expand Down

0 comments on commit 267b64a

Please sign in to comment.