From 699ddeb0bb59093804d7bcee73674a0b2df4d105 Mon Sep 17 00:00:00 2001
From: skryvel <120495777+skryvel@users.noreply.github.com>
Date: Wed, 8 May 2024 11:25:50 -0300
Subject: [PATCH] docs(general): add note on packet loss

---
 docs/source/troubleshooting/general.rst | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/docs/source/troubleshooting/general.rst b/docs/source/troubleshooting/general.rst
index f37effeac57..01dbf301d19 100644
--- a/docs/source/troubleshooting/general.rst
+++ b/docs/source/troubleshooting/general.rst
@@ -37,3 +37,8 @@ NvFBC, NvENC, or general issues with Nvidia graphics card.
   - You can usually bypass the restriction with a driver patch. See Keylase's
     `Linux <https://github.com/keylase/nvidia-patch>`__
     or `Windows <https://github.com/keylase/nvidia-patch/blob/master/win>`__ patches for more guidance.
+
+
+Packet loss
+-----------
+Some guests might work better with a lower MTU from the host. For example, a LG TV was found to have 30-60% packet loss when the host had MTU set to 1500 and 1472, but 0% packet loss with a MTU of 1428 set in the network card serving the stream (a Linux PC).