mirror of
https://salsa.debian.org/ha-team/libqb
synced 2026-01-01 20:27:41 +00:00
- implement using posix message queues - implement using sys-v message queues - implement shared memory ringbuffers - add auth via unix sockets - add items to the TODO This is still a bit rough, more work to follow... Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
18 lines
388 B
Plaintext
18 lines
388 B
Plaintext
Last Updated:
|
|
|
|
Generic Items
|
|
-------------
|
|
* doxygen-ize the include and lib directories.
|
|
* use doxygen to generate the man pages
|
|
* write unit test cases
|
|
|
|
IPC
|
|
---
|
|
* flow control
|
|
* client or server to specify the message size
|
|
* 1 or per session request queues/ringbuffers
|
|
* glib integration
|
|
* bmcpt fails - fix
|
|
* should we hide the message header?
|
|
* we probably need a qb_ipc_msg_alloc()
|