Skip to content

Commit afc95cf

Browse files
authored
Formatting tweaks
1 parent 39bf698 commit afc95cf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

foundation/performance.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -310,14 +310,14 @@ that can be achieved over a network is given by the simple relationship
310310

311311
.. centered:: Throughput = TransferSize / TransferTime
312312

313-
where TransferTime includes not only the elements of one-way latency
313+
where ``TransferTime`` includes not only the elements of one-way latency
314314
identified earlier in this section, but also any additional time spent
315315
requesting or setting up the transfer. Generally, we represent this
316316
relationship as
317317

318318
.. centered:: TransferTime = RTT + 1/Bandwidth x TransferSize
319319

320-
We use RTT in this calculation to account for a request message being sent
320+
We use ``RTT`` in this calculation to account for a request message being sent
321321
across the network and the data being sent back. For example, consider a
322322
situation where a user wants to fetch a 1-MB file across a 1-Gbps link with a
323323
round-trip time of 100 ms. This includes both the transmit time for 1 MB

0 commit comments

Comments
 (0)