evpp::buffer使用

evpp::Buffer testmsg;
const char* buf123 = "12342333333333333333333333333323424324234234";
testmsg.Append(buf123, strlen(buf123));
conn->Send(&testmsg);

posted on 2019-06-07 00:25  lydstory  阅读(328)  评论(0编辑  收藏  举报

导航