Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
hanxi committed Jan 21, 2024
1 parent ddbcce0 commit cc9bb91
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions p/83/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,14 @@ <h2>11. 内置服务分析</h2>
</li>
<li>clusteragent, clusterd, clusterproxy, clustersender 这几个服务是为 cluster 模块服务的。</li>
</ul>
<h3>12. 用到 hashmap 的地方</h3>
<ul>
<li>hashid.h 用于 fd 和 index 映射</li>
<li>service_harbor.c 用于 ip 和名字映射</li>
<li>skynet_handle.c 用于服务名和地址映射</li>
<li>socket_server.c 用于 fd 和 id 映射</li>
<li>lua-sharedata.c</li>
</ul>
<blockquote>
<p>没继续读了,留坑。。。</p>
</blockquote>
Expand Down

0 comments on commit cc9bb91

Please sign in to comment.