Skip to content

Commit

Permalink
Editorial fixes
Browse files Browse the repository at this point in the history
Fixes suggested in Ian's review.
  • Loading branch information
huitema committed Jun 13, 2017
1 parent ab881a9 commit 0afcbb9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions draft-ietf-quic-transport.md
Original file line number Diff line number Diff line change
Expand Up @@ -298,13 +298,13 @@ deployed and used concurrently. Version negotiation is described in

## Support for Latency Monitoring

Network administrators often find difficult to monitor the behavior
Network administrators have difficulties monitoring the behavior
of encrypted protocols. Bandwidth can be monitored by observing the
flow of encrypted packets, but the usal tools for monitoring
flow of encrypted packets, but the usual tools for monitoring
latency require observing packet numbers and acknowledgements, which
in QUIC are encrypted.
QUIC packets include a clear text latency spin bit that enables
monitoring of latency by observing packets in transit.
QUIC packets enable monitoring of latency by including a clear text
latency spin bit that is reflected between peers.

# Versions {#versions}

Expand Down

0 comments on commit 0afcbb9

Please sign in to comment.