You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 21, 2020. It is now read-only.
in main function, after passing the tcp_server to all the worker threads, why calling uv_run again right after uv_close((uv_handle_t *)&tcp_server, NULL)? (keyless.c, line 1015, master branch)
in function flatten_operation, why should we pad the operation to KSSL_PAD_TO + KSSL_ITEM_HEADER_SIZE bytes?