Replies: 4 comments 9 replies
-
|
感觉不难,但是要为全平台都添加的话,工作量应该也不小。 |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
你要不要挑战一下? |
Beta Was this translation helpful? Give feedback.
3 replies
-
|
我发现一个问题,如果我使用非本机设备提供代理服务,速度是比较正常的。如果用本机的代理服务(clashX)或者本机使用了 proxfier,速度会很慢。 |
Beta Was this translation helpful? Give feedback.
6 replies
-
|
emm,大概是提取进程信息用的算法不合适
eycorsican ***@***.***>于2023年4月8日 周六13:00写道:
… 我以前用Go做过这个功能,我记得在Windows上是30ms左右,macOS上是15ms左右,用Rust实现不应该比这个慢。。。
—
Reply to this email directly, view it on GitHub
<#370 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFQQKQAA55SFKJBG44FZTEDXADWITANCNFSM6AAAAAAWQXSXPY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
具体思路是根据 ip与 port获取相应的 TcpTable/UdpTable 对应的进程信息。目前看了一下 clash的 实现:
https://github.com/Dreamacro/clash/blob/d808576f98019529f098476df979c7bcf2822c84/component/process/process_windows.go#L32
Beta Was this translation helpful? Give feedback.
All reactions