Richard
Richard
I compile source in wsl"gcc version 7.5.0 (Ubuntu 7.5.0-3ubuntu1~18.04)", compiler warn that /e/Releases/cmake-librepo/ubn18.04/include/rocket/rocket.hpp: In member function ‘void rocket::detail::connection_base::disconnect()’: /e/Releases/cmake-librepo/ubn18.04/include/rocket/rocket.hpp:2074:81: warning: implicit dereference will not access object of type ‘volatile rocket::intrusive_ptr’...
uint64_t check_point_1_last = TimeUtil::GetNowMillsecond(); uint64_t check_point_2_last = TimeUtil::GetNowMillsecond(); dp::periodic_function fu([&]() { auto now = TimeUtil::GetNowMillsecond(); LOGD
When I start the xtun client, the TCP connection is not established immediately. The connection is only established when the client actively sends traffic to the server's IP. Once the...