yanghao

Results 4 comments of yanghao

------------- ``` int radix_tree_prev(void *it, const unsigned char *buf, size_t len) { raxIterator *iter = it; int res; while (1) { res = raxPrev(iter); if (!res) { return -1; }...

@spacewander Much appreicate for reply. But `raxPrev` doesn't work as **travelling through**. It iterates all nodes with keys that smaller than the node what was found by `raxSeek` one by...

I have the same confusion. The existing tcp connection will not be released when the sole library is disconnected, but will be taken over by the Gateway Library. As a...