% -> % to fix translations problems

This commit is contained in:
str4d
2013-08-15 21:27:54 +00:00
parent 4ae84aa9e2
commit fd6b1e91b1
48 changed files with 285 additions and 326 deletions

View File

@@ -81,7 +81,7 @@ The MTU value is adjusted based on the percentage of packets that are retransmit
{%- endtrans %}</p>
<p>{% trans -%}
For both MTU values, it is desirable that (MTU % 16) == 12, so that
For both MTU values, it is desirable that (MTU &#37; 16) == 12, so that
the payload portion after the 28-byte IP/UDP header is a multiple of
16 bytes, for encryption purposes.
{%- endtrans %}</p>
@@ -118,7 +118,7 @@ honor that when a connection is established.
<p>{% trans -%}
For IPv6, the minimum MTU is 1280. The IPv6 IP/UDP header is 48 bytes,
so we use an MTU where (MTN % 16 == 0), which is true for 1280.
so we use an MTU where (MTN &#37; 16 == 0), which is true for 1280.
{%- endtrans %}</p>
<h3><a name="max">{% trans %}Message Size Limits{% endtrans %}</a></h3>