aboutsummaryrefslogtreecommitdiff
path: root/client/libacron/include/common.h
AgeCommit message (Collapse)Author
2022-08-09fix(libacron): infinite loop when wic_parse returns 0Trumeet
This is a rather complicated way to fix backlogging issues. It asks the client to pass partial buffer, and the client also must retry with NULL buffer if ac_receive returns AC_E_AGAIN.
2022-07-29feat(mod/libacron): provide entity type to clientsTrumeet
API:ADD
2022-07-20libac: First CommitTrumeet