ghosx

Results 5 comments of ghosx

如果某条记录被访问了,则移动到队尾,代码中的队首队尾搞反了吧 ``` func (c *Cache) Get(key string) (value Value, ok bool) { if ele, ok := c.cache[key]; ok { c.ll.MoveToFront(ele) kv := ele.Value.(*entry) return kv.value, true } return } ```

Do you have reproducible code and screenshots?

I searched globally and found that there are too many places where Address.IP() is called directly. I think it should be checked at the entrance rather than modified at each...

Try use xargs ```bash v2ray-core git:(346ca66c) ✗ cat vpoint_vmess_freedom.json|xargs ./v2ray run V2Ray 5.16.1 (V2Fly, a community-driven edition of V2Ray.) Custom (go1.21.7 linux/amd64) A unified platform for anti-censorship. 2024/06/20 21:09:24 Using...