提交 cde6f7f2 编写于 作者: P Phil Mesnier

Removed experimental connection state enum #291

上级 14496b2e
......@@ -231,18 +231,6 @@ namespace eos {
class connection : public std::enable_shared_from_this<connection> {
public:
#if 0
enum status_t {
disconnected_server,
disconnected_client,
connecting,
awaiting_handshake,
catchup_via_sync,
catchup_via_request,
ready
};
#endif
connection( string endpoint,
size_t send_buf_size = def_buffer_size,
size_t recv_buf_size = def_buffer_size );
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册