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
// Stop accepting new connections and requests from existing connections.// Returns 0 on success, -1 otherwise.intStop(int closewait_ms/*not used anymore*/);
在example目录下大多数例子的
server.cpp
中都定义了logoff_ms
这个gflag, 但似乎没有地方使用了这个参数。想问下这个参数在什么地方发挥作用呢?The text was updated successfully, but these errors were encountered: