mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-25 19:55:50 +00:00
pull in project-slippi/Ishiiruka/commit/423beb4265692427d27f6a22a97cba3e4583500f
This commit is contained in:
parent
f2df98765d
commit
1f349de531
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue