FULI

Results 240 comments of FULI

https://docs.docker.com/v17.09/engine/userguide/networking/ https://codeday.me/bug/20190402/868621.html 我建议还是通过docker调节,你看下

技术上是肯定可以的,只不过我有点不想动

不需要,用这个接口https://godoc.org/github.com/xtaci/kcp-go#NewConn

你可以看下 build-release.sh脚本,有个rename过程,目录改了要改全部的Dockerfile ,build脚本呢

问问题前先搜索ISSUE,并搞清楚下面的问题: 检查 -key xxx 至少三遍, 保证两边一致。 保证-nocomp, -datashard, -parityshard, -key, -crypt两边一致。

不会吧,看错了吧

how is this compared with sync.Map?

if there's only one link, the benefit from your algorithm is only the xxhash algorithm right? the locking part is still the RLock? How about caching + sync.Map?