Skip to content

Commit

Permalink
HLE: LDN: Reduce NAT timeout from 5 seconds to 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
GreemDev committed Feb 16, 2025
1 parent b16b844 commit 2ffaeb2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ public void Configure(ProxyConfig config)
public async Task<ushort> NatPunch()
{
NatDiscoverer discoverer = new();
CancellationTokenSource cts = new(5000);
CancellationTokenSource cts = new(2500);

NatDevice device;

Expand Down

0 comments on commit 2ffaeb2

Please sign in to comment.