Skip to content
This repository was archived by the owner on Oct 23, 2024. It is now read-only.

Commit 981f84c

Browse files
committed
Update diagrams for QUIC programming guide.
1 parent a0e359a commit 981f84c

File tree

7 files changed

+2077
-3
lines changed

7 files changed

+2077
-3
lines changed

doc/design/pics/client_API.png

-24.8 KB
Binary file not shown.

doc/design/pics/client_api.svg

Lines changed: 914 additions & 0 deletions
Loading
-10.9 KB
Binary file not shown.

doc/design/pics/quic_block_diagram.svg

Lines changed: 280 additions & 0 deletions
Loading

doc/design/pics/server_API.png

-24.3 KB
Binary file not shown.

doc/design/pics/server_api.svg

Lines changed: 880 additions & 0 deletions
Loading

doc/design/quic-programming-guide.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Below are the repo locations of current SDK and server implementations:
2727

2828
The topology of components is shown in below diagram:
2929

30-
![plot](./pics/quic_block_diagram.png)
30+
![plot](./pics/quic_block_diagram.svg)
3131

3232
There are a few components involved and their relationships with streaming using WebTransport are described as below:
3333

@@ -59,7 +59,7 @@ In this section we provide a detailed description of the APIs provided by OWT QU
5959

6060
The server API calling flow is shown in below diagram and table.
6161

62-
![plot](./pics/server_API.png)
62+
![plot](./pics/server_api.svg)
6363

6464
| Step # | API calling flow |
6565
| --- | --- |
@@ -77,7 +77,7 @@ The server API calling flow is shown in below diagram and table.
7777

7878
The client API calling flow is shown in below diagram and table. It's similar as the server side calling flow except the WebTransportFactory creates a WebTransportClientInterface, instead of a WebTransportServerInterface, and client needs to call Connect() instead of Start() to get a WebTransportSession.
7979

80-
![plot](./pics/client_API.png)
80+
![plot](./pics/client_api.svg)
8181

8282
| Step # | API calling flow |
8383
| --- | --- |

0 commit comments

Comments
 (0)