Skip to content

Commit 9a52d2d

Browse files
Merge pull request #220458 from mbender-ms/lb-fresh-tcp-reset
Load Balancer - Freshness - load-balancer-tcp-reset.md
2 parents f3e3a75 + 2255de5 commit 9a52d2d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/load-balancer/load-balancer-tcp-reset.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ description: With this article, learn about Azure Load Balancer with bidirection
55
services: load-balancer
66
documentationcenter: na
77
author: mbender-ms
8-
ms.custom: seodec18
8+
ms.custom: FY23 content-maintenance
99
ms.service: load-balancer
10-
ms.topic: how-to
10+
ms.topic: article
1111
ms.tgt_pltfrm: na
1212
ms.workload: infrastructure-services
13-
ms.date: 10/07/2020
13+
ms.date: 12/19/2022
1414
ms.author: mbender
1515
---
1616

@@ -24,7 +24,7 @@ You can use [Standard Load Balancer](./load-balancer-overview.md) to create a mo
2424

2525
You change this default behavior and enable sending TCP Resets on idle timeout on inbound NAT rules, load balancing rules, and [outbound rules](./load-balancer-outbound-connections.md#outboundrules). When enabled per rule, Load Balancer will send bidirectional TCP Reset (TCP RST packets) to both client and server endpoints at the time of idle timeout for all matching flows.
2626

27-
Endpoints receiving TCP RST packets close the corresponding socket immediately. This provides an immediate notification to the endpoints that the release of the connection has occurred and any future communication on the same TCP connection will fail. Applications can purge connections when the socket closes and reestablish connections as needed without waiting for the TCP connection to eventually time out.
27+
Endpoints receiving TCP RST packets close the corresponding socket immediately. This provides an immediate notification to the endpoints that the release of the connection has occurred and any future communication on the same TCP connection will fail. Applications can purge connections when the socket closes and reestablish connections as needed without waiting for the TCP connection to eventually time-out.
2828

2929
For many scenarios, TCP reset may reduce the need to send TCP (or application layer) keepalives to refresh the idle timeout of a flow.
3030

0 commit comments

Comments
 (0)