5 个版本

0.1.4 2022年5月4日
0.1.3 2022年5月4日
0.1.2 2022年5月3日
0.1.1 2022年5月3日
0.1.0 2022年5月3日

#4 in #realm

每月 38 次下载
用于 realm_core

MIT 许可证

4KB

Realm Hook

crates.io Released API docs

Realm 的灵活钩子。

预连接钩子

// Get the required length of first packet.
uint32_t realm_first_pkt_len();
// Get the index of the selected remote peer.
//
// Remote peers are defined in `remote`(default) and `extra_remotes`(extended),
// where there should be at least 1 remote peer whose idx is 0.
//
// idx < 0 means **ban**.
// idx = 0 means **default**.
int32_t realm_decide_remote_idx(const char*);

lib.rs:

Realm 的灵活钩子。

预连接钩子

first_pkt_len

decide_remote_idx

依赖

~120–310KB