Compare commits

..

1 Commits

Author SHA1 Message Date
LotP1
14aa2ef2ee Merge 9ecb8dc952 into f3942968f9 2025-01-26 23:31:00 +00:00

View File

@@ -113,7 +113,7 @@ namespace Ryujinx.HLE.HOS.Services.Ldn.UserServiceCreator.LdnRyu.Proxy
public async Task<ushort> NatPunch()
{
NatDiscoverer discoverer = new();
CancellationTokenSource cts = new(5000);
CancellationTokenSource cts = new(1000);
NatDevice device;