docs(readme) fix WireGuard section header format

This commit is contained in:
Datong Sun 2021-09-19 03:53:47 -07:00
parent fb66286db3
commit f70c466399

View File

@ -18,7 +18,7 @@ Table of Contents
* [Server](#server) * [Server](#server)
* [Client](#client) * [Client](#client)
* [MTU overhead](#mtu-overhead) * [MTU overhead](#mtu-overhead)
* [MTU calculation for [WireGuard®](https://www.wireguard.com)](#mtu-calculation-for-wireguardhttpswwwwireguardcom) * [MTU calculation for WireGuard](#mtu-calculation-for-wireguard)
* [Version compatibility](#version-compatibility) * [Version compatibility](#version-compatibility)
* [Performance](#performance) * [Performance](#performance)
* [Future plans](#future-plans) * [Future plans](#future-plans)
@ -153,9 +153,9 @@ of obfuscation.
[Back to TOC](#table-of-contents) [Back to TOC](#table-of-contents)
## MTU calculation for [WireGuard®](https://www.wireguard.com) ## MTU calculation for WireGuard
For people who use Phantun to tunnel WireGuard UDP packets, here are some guidelines on figuring For people who use Phantun to tunnel [WireGuard®](https://www.wireguard.com) UDP packets, here are some guidelines on figuring
out the correct MTU to use for your WireGuard interface. out the correct MTU to use for your WireGuard interface.
WireGuard MTU = `MAX_OF_16`(Interface MTU - IP header (20 bytes) - TCP header (20 bytes) - WireGuard overhead (32 bytes)) WireGuard MTU = `MAX_OF_16`(Interface MTU - IP header (20 bytes) - TCP header (20 bytes) - WireGuard overhead (32 bytes))