microcai
microcai
Hi, I'm using kmscon. every thing works fine except that when doing kernel compilation, make menuconfig looks wired, every line character becomes a question mark. export TERM=linux will fix the...
server 最好能传入 io_context 的引用,方便和其他基于 asio 的库集成共用一个 io_context.
I just modified the code, do CheckEquihashSolution before doing submitions. all other 3 solvers can pass the check, CUDA-DJEZO won't. CheckEquihashSolution is from zcash code.
IOCP is supported, the linux new io_uring API is more like IOCP than epoll. any plans on supporting this new and really fast API? io_uring supports eventfd, socket, and regular...
http options is implemented as number of classes. Is there any reason not to use a k/v based container ? If I want to add more options, I _HAVE_ to...
RT hash 可以从 mq.js 里提取。 提取代码可以参考 https://github.com/avplayer/avbot/blob/master/protocols/libwebqq/src/impl/webqq_hash.cpp 43 行 extract_hash_function 的实现。
I seen a lot of hand written code to match the returning results of webqq server. However, such code can be easily replaced by one line regular expression match. example:...
There is a lot malloc/free . very bad code style and use busy loop to waiting for messages ( I'm not refer to the pull form TX server, but the...
This fix build with nm-0.9
AGPL 很好, 可以保护 GPL 的代码免被恶意盗用. 不过, 保护过头未必是好事. 我提议, 除了为开源使用提供 AGPL 授权, 对于企业使用, 还可以提供一份闭源的商业授权, 允许企业基于 avbot 开发闭源的东西. 提到商业授权, 就让人想到 铜臭味? 非也非也, 我们是旨在让avbot的代码获得更广泛的支持, 但是又不能像 BSD 那样做慈善.双授权是最好的出路. 我的计划是, 商业授权分 A B C D...