andylau004
andylau004
English Only (except for bug reporting). 1. const u32_t timer_interval = 400 ms const u32_t heartbeat_interval=600ms maybe too often,,,result to call ----> clear_timer_cb function.... 2. function; int send_raw_tcp(raw_info_t &raw_info,const char...
English Only (except for bug reporting). compile ,,so slow ; ``` [root@863ef6858c3a udp2raw-tunnel]# make -j 3 && ./udp2raw -c -l 0.0.0.0:3333 -r 127.0.0.1:4096 -k "passwd" --raw-mode faketcp -a --fix-gro echo...
English Only (except for bug reporting). 1. g_packet_buf_cnt 不需要加锁? 2. 好像也不支持多个模拟tcp连接吧; 只是支持了一个模拟tcp通道;
.. 好几个测试工程(evnsq_tail、 evpp_unittest_boost_lockfree、 evpp_unittest_boost_lockfree)的CMakeLists.txt target_link_libraries内缺少 rt 啊 ,导致链接失败; 开源,也得能让编译过吧;
``` evpp::EventLoop loop; auto fn = [&loop]() { auto close = [&loop]() { LOG_INFO
``` void AppendWriteBuf(const uint8_t *buf, uint32_t len) { muduo::MutexLockGuard lock(*sp_mutexlock_write_buf); if (!(sp_write_tmembuf_.unique())) { uint8_t *p_buf = 0; uint32_t u32_len = 0; sp_write_tmembuf_->getBuffer(&p_buf, &u32_len); sp_write_tmembuf_ = boost::make_shared(p_buf, u32_len, TMemoryBuffer::COPY); } sp_write_tmembuf_->write(buf,...
### Prerequisites - [X] I have checked the [Wiki](https://github.com/AdguardTeam/AdGuardHome/wiki) and [Discussions](https://github.com/AdguardTeam/AdGuardHome/discussions/categories/q-a) and found no answer - [X] I have searched other issues and found no duplicates - [X] I want...
### Prerequisites - [X] I have checked the [Wiki](https://github.com/AdguardTeam/AdGuardHome/wiki) and [Discussions](https://github.com/AdguardTeam/AdGuardHome/discussions/categories/q-a) and found no answer - [X] I have searched other issues and found no duplicates - [X] I want...
### Prerequisites - [X] I have checked the [Wiki](https://github.com/AdguardTeam/AdGuardHome/wiki) and [Discussions](https://github.com/AdguardTeam/AdGuardHome/discussions/categories/q-a) and found no answer - [X] I have searched other issues and found no duplicates - [X] I want...