Skip to content

Commit 2acbfa5

Browse files
Add Example placeholders under each concept and link to blog
1 parent fa7616d commit 2acbfa5

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/content/docs/aegis/about/reuse-and-coalescing.mdx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,22 @@ sidebar:
66
label: Reuse and coalescing
77
---
88

9+
import { Details } from "~/components";
10+
911
Aside from [concurrent connections](/aegis/about/ips-allocation/#connections-to-your-origin)[^1], connection reuse and connection coalescing are also important concepts. They both have impact on latency and are considered when allocating your Aegis IPv4 addresses.
1012

1113
Implemented by HTTP/1.1, connection reuse describes multiple requests passing through one same connection (between one source IP:port and one destination IP:port). It is commonly the case even for simple websites nowadays.
1214

15+
<Details header="Example">
16+
17+
</Details>
18+
1319
With HTTP/2, requests can use the same connection even if they are for different domains.
1420

21+
<Details header="Example">
22+
23+
</Details>
24+
25+
Refer to the [Cloudflare blog](https://blog.cloudflare.com/aegis-deep-dive/) for further details.
26+
1527
[^1]: If you have one Aegis IP and two origins (A and B), this single Aegis IP can support 40,000 concurrent connections to origin A, while simultaneously supporting 40,000 concurrent connections to origin B.

0 commit comments

Comments
 (0)