图_王

Results 8 comments of 图_王

Using Cortex-A55, linux4.1.9, The memory leak is very regular and the growth is 264kb. when calling juice_send。Do not call juice_send api, the memory is very stable Because I read the...

The system rootfs has valgrind enabled. According to the normal operation of the project, no leaked information is printed, but the vmRSS memory regularly increases by 264kb, which is very...

I'm sorry, I also tested it according to which method, but it didn't work. On this basis, I also found a very strange problem. Write a cpp file, compile the...

That problem has been solved. If appropriate, I will implement a set of business logic in C language.

This problem is different from the previous issue. In fact, you can quickly load the libjuice library and run the above code, and it is very clear to check the...

> 是不是多线程操作 kcp 对象? 下班回来地路上也是怀疑到这个,请问一下,kcp_send,kcp_recv,kcp_update各自一个线程中,是不是只需要把send、recv用互斥锁即可,update不用?三个共用同一个对象kcp_handle libuv这样,由于系统flash限制,没办法用了

> 怎么可能,正确的用法是全部在一个线程里操作 kcp 对象。 退一万步,你非得多线程,那么所有接口都要加锁。 好的,感谢!

At present, every time ICE succeeds, it will fail. I took out the sctp calling code separately, including directly using the official example to directly initialize and call the sctp...