24f428
From 9600ec706fa39becb71b0b97362226d72039d06c Mon Sep 17 00:00:00 2001
24f428
From: ykgmfq <free-software@dm-poepperl.de>
24f428
Date: Fri, 2 Nov 2018 13:58:05 +0100
24f428
Subject: [PATCH 02/23] services/steam-streaming: update udp ports
24f428
24f428
See the changelog for 2018-10-11 at https://store.steampowered.com/news/?feed=steam_client
24f428
24f428
(cherry picked from commit 2d958577968b8fc3baf515939cde4e0c1e0c482f)
24f428
---
24f428
 config/services/steam-streaming.xml | 3 +--
24f428
 1 file changed, 1 insertion(+), 2 deletions(-)
24f428
24f428
diff --git a/config/services/steam-streaming.xml b/config/services/steam-streaming.xml
24f428
index 0e0aca62a90e..59ca8faca9e7 100644
24f428
--- a/config/services/steam-streaming.xml
24f428
+++ b/config/services/steam-streaming.xml
24f428
@@ -4,6 +4,5 @@
24f428
   <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>
24f428
   <port protocol="tcp" port="27036"/>
24f428
   <port protocol="tcp" port="27037"/>
24f428
-  <port protocol="udp" port="27031"/>
24f428
-  <port protocol="udp" port="27036"/>
24f428
+  <port protocol="udp" port="27031-27036"/>
24f428
 </service>
24f428
-- 
24f428
2.20.1
24f428