Boost.Asio C++ Network Programming中文版. Contribute to goyas/boost-asio-cpp-network-programming-chinese development by creating an account on GitHub.
cpphl/asiomaster 18 Branches34 Tags Code This branch is 1129 commits behind chriskohlhoff/asio:master.Folders and files Latest commit Cannot retrieve latest commit at this time. History2,450 Commits asio .appveyor.yml .gitignore .travis.yml ...
Why GitHub? Team Enterprise Explore Marketplace Pricing Sign inSign up ccsexyz/kcptun-asio Watch5 Star67 Fork17 Code Issues1 Pull requests Actions Projects Security Insights More master kcptun-asio/local.cpp Go to file Copy path 180 lines (161 sloc)5.42 KB ...
GitHub Copilot Enterprise-grade AI features Premium Support Enterprise-grade 24/7 support Pricing Search or jump to... Search code, repositories, users, issues, pull requests... Provide feedback We read every piece of feedback, and take your input very seriously. Include my email address...
Asio C++ Library. Contribute to modio/modio-integration-asio development by creating an account on GitHub.
Why GitHub? Team Enterprise Explore Marketplace Pricing Sign inSign up ccsexyz/kcptun-asio Watch5 Star67 Fork17 Code Issues1 Pull requests Actions Projects Security Insights More master kcptun-asio/server.cpp Go to file Copy path 116 lines (100 sloc)3.18 KB ...
void smux::do_keepalive_checker() { std::weak_ptr<smux> weaksmux = shared_from_this(); if (!keepalive_check_timer_) { keepalive_check_timer_ = std::make_shared<asio::high_resolution_timer>( service_, std::chrono::seconds(FLAGS_keepalive * 3));...
拿官方的例子简单分析这个流程,该例子来源于asio/src/examples/cpp14/echo/async_tcp_echo_server.cpp, #include<cstdlib>#include<iostream>#include<memory>#include<utility>#include<asio/ts/buffer.hpp>#include<asio/ts/internet.hpp>usingasio::ip::tcp;classsession:publicstd::enable_shared_from_this<sess...
Boost.Asio C++ Network Programming中文版. Contribute to isilicon/boost-asio-cpp-network-programming-chinese development by creating an account on GitHub.
Session::Session(asio::io_service &service, uint32_t convid, OutputHandler o)fix the problem that some objects will not be destroyed, eg: Local,Se… Nov 10, 2017 8 : AsyncInOutputer(o), service_(service), convid_(convid), kvar_(sess_kvar) { 9 } first...