udp_cast 组播支持kcp吗,加了kcp参数之后收不到数据了
chenqinggang001 opened this issue · 3 comments
chenqinggang001 commented
udp_cast_.start(host_, port_);
udp_cast_.start(host_, port_, asio2::use_kcp);
chenqinggang001 commented
服务端也加过
server_.start(host_, port_, asio2::use_kcp);
chenqinggang001 commented
或者,组播可以支持kcp吗
zhllxt commented
从我简单的了解上看,kcp应该是不支持组播。
你可以去kcp的issue里问问看