Blame SOURCES/0007-services-steam-streaming-update-udp-ports.patch

21c891
From 2e5e2afd55a4dac47affaeddee0c510a0389cc6c Mon Sep 17 00:00:00 2001
21c891
From: ykgmfq <free-software@dm-poepperl.de>
21c891
Date: Fri, 2 Nov 2018 13:58:05 +0100
21c891
Subject: [PATCH 07/34] services/steam-streaming: update udp ports
21c891
21c891
See the changelog for 2018-10-11 at https://store.steampowered.com/news/?feed=steam_client
21c891
21c891
(cherry picked from commit 2d958577968b8fc3baf515939cde4e0c1e0c482f)
21c891
(cherry picked from commit 52fd2d228debc156561e9a66100489eb942b9143)
21c891
---
21c891
 config/services/steam-streaming.xml | 3 +--
21c891
 1 file changed, 1 insertion(+), 2 deletions(-)
21c891
21c891
diff --git a/config/services/steam-streaming.xml b/config/services/steam-streaming.xml
21c891
index 0e0aca62a90e..59ca8faca9e7 100644
21c891
--- a/config/services/steam-streaming.xml
21c891
+++ b/config/services/steam-streaming.xml
21c891
@@ -4,6 +4,5 @@
21c891
   <description>Steam in-home streaming allows you to play a game on one computer when the game process is actually running on another computer elsewhere in your home. Through Steam, game audio and video is captured on the remote computer and sent to the player's computer. The game input (keyboard, mouse or gamepad) is sent from the player's computer to the game process on the remote computer.</description>
21c891
   <port protocol="tcp" port="27036"/>
21c891
   <port protocol="tcp" port="27037"/>
21c891
-  <port protocol="udp" port="27031"/>
21c891
-  <port protocol="udp" port="27036"/>
21c891
+  <port protocol="udp" port="27031-27036"/>
21c891
 </service>
21c891
-- 
21c891
2.18.0
21c891