diff --git a/docs/total-service-request-delay.md b/docs/total-service-request-delay.md index da750d023f53215f072dbbf3bf42b74cc6ae8d19..774c3616b10d852140934c67dc84fce568ca78e4 100644 --- a/docs/total-service-request-delay.md +++ b/docs/total-service-request-delay.md @@ -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 ```