Skip to content

Commit 3c54d5f

Browse files
authored
fix(web): the packetsize upper limit is 65535 (#5167)
Signed-off-by: Georgi Valkov <gvalkov@gmail.com>
1 parent ccd09c1 commit 3c54d5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src_assets/common/assets/web/public/assets/locale

src_assets/common/assets/web/public/assets/locale/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@
327327
"output_name_desc_unix": "During Sunshine startup, you should see the list of detected displays. Note: You need to use the id value inside the parenthesis. Below is an example; the actual output can be found in the Troubleshooting tab.",
328328
"output_name_desc_windows": "Manually specify a display device id to use for capture. If unset, the primary display is captured. Note: If you specified a GPU above, this display must be connected to that GPU. During Sunshine startup, you should see the list of detected displays. Below is an example; the actual output can be found in the Troubleshooting tab.",
329329
"packetsize": "Packet Size Limit",
330-
"packetsize_desc": "Limit the packet size to avoid fragmentation on a low MTU link. This helps reduce packet loss and micro-stuttering, while streaming over a layer 2 VPN to clients that cannot configure this value, e.g. Moonlight for Android/iOS. Reduce the bitrate when using low values. Values larger than 1456 require jumbo frames. Range: 0, 200-65536. A value of 0 will disable the limit.",
330+
"packetsize_desc": "Limit the packet size to avoid fragmentation on a low MTU link. This helps reduce packet loss and micro-stuttering, while streaming over a layer 2 VPN to clients that cannot configure this value, e.g. Moonlight for Android/iOS. Reduce the bitrate when using low values. Values larger than 1456 require jumbo frames. Range: 0, 200-65535. A value of 0 will disable the limit.",
331331
"ping_timeout": "Ping Timeout",
332332
"ping_timeout_desc": "How long to wait in milliseconds for data from moonlight before shutting down the stream",
333333
"pkey": "Private Key",

0 commit comments

Comments
 (0)