Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wiki : update the picture of SRPC protocol #350

Merged
merged 4 commits into from
Dec 11, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/wiki.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ srpc目前在搜狗公司内部和开源后业界一些开发者的团队中已

刚才整体介绍里看到的层级很多,但是作为srpc的开发,需要知道的层级是以下三种:

<img src="https://raw.githubusercontent.com/wiki/sogou/srpc/srpc-1.1.1.png" width = "719" height = "520" alt="srpc_protocol_transport_hierarchy" align=center />
<img src="https://raw.githubusercontent.com/wiki/sogou/srpc/srpc-1.2.png" width = "719" height = "520" alt="srpc_protocol_transport_hierarchy" align=center />

### 1. 接口描述文件层

Expand Down