yangbowen
yangbowen
文档里[协议配置](https://github.com/skywind3000/kcp/blob/master/README.md#%E5%8D%8F%E8%AE%AE%E9%85%8D%E7%BD%AE)这里: > resend :快速重传模式,默认0关闭,可以设置2(2次ACK跨越将会直接重传) 但是 [ikcp.h](https://github.com/skywind3000/kcp/blob/38e0c9366e4a72c749ff0bcdf911d1fe9bdfe9f5/ikcp.h#L396) 这里的注释: > // resend: 0:disable fast resend(default), 1:enable fast resend` 似乎是不一致的。从源代码里看来,文档里的说法是对的。
## What version of V2Ray are you using? [f9422d6](https://github.com/v2fly/v2ray-core/commit/f9422d60aabb85ca56659025fda3dae2dc8340f3) ## What's your scenario of using V2Ray? Browsing via vmess+ws+tls proxy. ## What problems have you encountered? `v2ray test -c config.json...
Intel seems to have introduced some new instructions specifically designed for GF(256) operations, including matrix product and the like... https://networkbuilders.intel.com/solutionslibrary/galois-field-new-instructions-gfni-technology-guide https://www.intel.com/content/www/us/en/docs/intrinsics-guide/index.html#othertechs=GFNI While this is somewhat new, I wonder if it...
Previously clang-cl would not be detected as MSVC despite using MSVC command line syntax. This PR adds such support. In addition, with this PR, on Clang ThinLTO will be used,...