Skip to content

Commit 972596e

Browse files
authored
Merge pull request #107751 from christiankuhtz/patch-302
Add tcp timeout
2 parents e2581cd + a94a26d commit 972596e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/virtual-network/nat-gateway-resource.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.devlang: na
1313
ms.topic: overview
1414
ms.tgt_pltfrm: na
1515
ms.workload: infrastructure-services
16-
ms.date: 03/12/2020
16+
ms.date: 03/14/2020
1717
ms.author: allensu
1818
---
1919

@@ -35,7 +35,7 @@ Configuring and using NAT gateway is intentionally made simple:
3535
NAT gateway resource:
3636
- Create regional or zonal (zone-isolated) NAT gateway resource,
3737
- Assign IP addresses,
38-
- Modify idle timeout (optional).
38+
- Modify TCP idle timeout (optional).
3939

4040
Virtual network:
4141
- Configure virtual network subnet to use a NAT gateway.
@@ -309,7 +309,7 @@ NAT gateway resources interact with IP and IP transport headers of UDP and TCP f
309309

310310
### Timers
311311

312-
Idle timeout can be adjusted from 4 minutes (default) to 120 minutes (2 hours) for all flows. Additionally, you can reset the idle timer with traffic on the flow. A recommended pattern for refreshing long idle connections and endpoint liveness detection is TCP keepalives. TCP keepalives appear as duplicate ACKs to the endpoints, are low overhead, and invisible to the application layer.
312+
TCP idle timeout can be adjusted from 4 minutes (default) to 120 minutes (2 hours) for all flows. Additionally, you can reset the idle timer with traffic on the flow. A recommended pattern for refreshing long idle connections and endpoint liveness detection is TCP keepalives. TCP keepalives appear as duplicate ACKs to the endpoints, are low overhead, and invisible to the application layer.
313313

314314
The following timers are used for SNAT port release:
315315

0 commit comments

Comments
 (0)