From 1f349de5313abc50c91f27863f77ea881dba1bb6 Mon Sep 17 00:00:00 2001 From: Nikhil Narayana Date: Sun, 8 May 2022 23:46:11 -0700 Subject: [PATCH] pull in project-slippi/Ishiiruka/commit/423beb4265692427d27f6a22a97cba3e4583500f --- Source/Core/Core/Slippi/SlippiMatchmaking.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Core/Core/Slippi/SlippiMatchmaking.cpp b/Source/Core/Core/Slippi/SlippiMatchmaking.cpp index 83d945c9da..bfa026899e 100644 --- a/Source/Core/Core/Slippi/SlippiMatchmaking.cpp +++ b/Source/Core/Core/Slippi/SlippiMatchmaking.cpp @@ -221,7 +221,7 @@ void SlippiMatchmaking::startMatchmaking() if (userInfo.port > 0) m_hostPort = userInfo.port; else - m_hostPort = 49000 + (generator() % 2000); + m_hostPort = 41000 + (generator() % 10000); ERROR_LOG_FMT(SLIPPI_ONLINE, "[Matchmaking] Port to use: {}...", m_hostPort); // We are explicitly setting the client address because we are trying to utilize our connection