GitHub is where people build software. More than 150 million people use GitHub to discover, fork, and contribute to over 420 million projects.
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 ...
GitHub Advanced Security Enterprise-grade security features Copilot for business 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...
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 ...
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));...
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 ...
http://github.com/chriskohlhoff/asio/tree/cpp11-only 使用I/O流来解决简单情况 在很多应用程序里,网络环节不是其核心特性,也不把网络环节看做应用开发者的核心竞争力。那么,为了迎合这些情况,Asio提供了一个TCP套接字的高阶抽象的接口,它是根据大家很熟悉的C++输入输出流(iostream)来设计的。
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...