运行钱包时出现该问题
root[member=42816]yoyow[/member]:/home/yoyow20170906# ./yoyow_client
Logging RPC to file: logs/rpc/rpc.log
347366ms th_a main.cpp:120 main ] key_to_wif( committee_private_key ): 5KCBDTcyDqzsqehcb52tW5nU6pXife6V2rX9Yf7c3saYSzbDZ5W
347368ms th_a main.cpp:124 main ] nathan_pub_key: YYW6MRyAjQq8ud7hVNYcfnVPJqcVpscN5So8BhtHuGYqET5GDW5CV
347368ms th_a main.cpp:125 main ] key_to_wif( nathan_private_key ): 5KQwrPbwdL6PhXujxW37FSSQZ1JiwsST4cqQzDeyXtP79zkvFD3
Starting a new wallet with chain ID ae4f234c75199f67e526c9478cf499dd6e94c2b66830ee5c58d0868a3179baf6 (from egenesis)
347370ms th_a main.cpp:172 main ] wdata.ws_server: ws://localhost:8090
0 exception: unspecified
Timer Expired
{"message":"Timer Expired"}
asio websocket.cpp:449 operator()
{"uri":"ws://localhost:8090"}
th_a websocket.cpp:678 connect
root[member=42816]yoyow[/member]:/home/yoyow20170906#
我在github上找到有类似的问题https://github.com/zaphoyd/websocketpp/tree/0bb33e4bca4ccc42a36aa2321e4fb97f2562e519
上面是说是因为内核大于4.4引起的问题
After a change in Linux Kernel 4.4 the value of 0 causes all
connections to be rejected rather than the default value being used.
The default is now the asio::socket_base::max_connections value instead
(which is the default asio uses when no value is provided).
Documentation has been updated accordingly.
请问如何改善