smithAchang
smithAchang
**Describe the bug** I have tested keepalived v2.0.20 and v2.2.7 at CentOS7 with kernel 3.10.957 using almost the same config except the "user_vmac_addr" option. keepalived v2.2.7 can not restore from...
`ACE_Malloc` memory pool has only one linked list, so when it has a very long list and has various, random chunk size distribution, the cost of its memory management is...
`ACE` has fixed-size `ACE*_Cached_Allocator`, but in some case the total `n_chunks` can't be determined easyly :( If the `ACE` framework has the ability to malloc fixed-size chunks 'infinitely' just like...
I have completed the work of RAW Socket by referring `ACE_ICMP_Socket` & `ACE_Sock_Dgram` classes, these are provided by ACE long time ago. I have tested the API of RAW Socket...