Skip to content

Commit 07a1c2d

Browse files
committed
added table to idle timeout priorities
1 parent bc5e658 commit 07a1c2d

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

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

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,16 @@ TCP keep-alive works for scenarios where battery life isn't a constraint. It isn
4848

4949
## Order of precedence
5050

51-
It is important to take into account how the idle timeout values set for different IPs could potentially interact.
51+
It is important to take into account how the idle timeout values set for different IPs could potentially interact. The chart below ranks the idle timeout priority (starting at 1 for highest) different methods of inbound/outbound. (For outbound specifically - this also aligns to the priority of the outbound method that will be used, i.e NAT Gateway before Public IP attached to backend pool node before a load balancer outbound rule.)
52+
53+
| Resource w/Idle Timeout Value | Inbound Priority | Outbound Priority|
54+
| --- | --- | --- |
55+
| Public IP (attached to backend pool node) | 3 | 2 |
56+
| Public IP (attached to load balancer frontend) | 1 | 4 |
57+
| Load Balancer Inbound Rule | 2 | N/A |
58+
| Load Balancer Outbound Rule | N/A | 3 |
59+
| Inbound NAT Rule | 2 | N/A |
60+
| NAT Gateway | N/A | 1 |
5261

5362
### Inbound
5463

0 commit comments

Comments
 (0)