Skip to content
Snippets Groups Projects
Commit a7cb9107 authored by Stephen C Phillips's avatar Stephen C Phillips
Browse files

Improves formatting

parent a9db086d
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
The Round Trip Time (RTT) of a network is the time taken from sending a packet to receiving the acknowlegement. We are also interested in factoring in the size of the data being sent over the network and the delay caused by the service processing the request.
```math
```
total_delay = forward_network_delay + service_delay + reverse_network_delay
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment