mirror of
https://git.ryujinx.app/projects/Kenji-NX.git
synced 2026-09-20 17:51:13 +02:00
HLE: LDN: Reduce NAT timeout from 5 seconds to 2.5
This commit is contained in:
committed by
KeatonTheBot
parent
e3258ab026
commit
5e77ca25c8
@@ -111,7 +111,7 @@ namespace Ryujinx.HLE.HOS.Services.Ldn.UserServiceCreator.LdnRyu.Proxy
|
||||
public async Task<ushort> NatPunch()
|
||||
{
|
||||
NatDiscoverer discoverer = new NatDiscoverer();
|
||||
CancellationTokenSource cts = new CancellationTokenSource(5000);
|
||||
CancellationTokenSource cts = new CancellationTokenSource(2500);
|
||||
|
||||
NatDevice device;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user