diff options
author | cbdev <cb@cbcdn.com> | 2021-06-21 22:15:15 +0200 |
---|---|---|
committer | cbdev <cb@cbcdn.com> | 2021-06-21 22:15:15 +0200 |
commit | a743153aafffb38a6d8765d1f1c634dde51d5558 (patch) | |
tree | 3cbc9910e5216953b16cf26c98751fbb370e3b54 /assets/TODO | |
parent | 921ce069a4770fbadad7bb4e806361e857469409 (diff) | |
download | midimonster-a743153aafffb38a6d8765d1f1c634dde51d5558.tar.gz midimonster-a743153aafffb38a6d8765d1f1c634dde51d5558.tar.bz2 midimonster-a743153aafffb38a6d8765d1f1c634dde51d5558.zip |
Repository cleanup, part 2
Diffstat (limited to 'assets/TODO')
-rw-r--r-- | assets/TODO | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/assets/TODO b/assets/TODO new file mode 100644 index 0000000..9158e24 --- /dev/null +++ b/assets/TODO @@ -0,0 +1,15 @@ +keepalive channels per backend? +Note source in channel value struct +udp backends may ignore MTU +make event collectors threadsafe to stop marshalling data... +collect & check backend API version +move all connection establishment to _start to be able to hot-stop/start all backends +event deduplication in core? +move all typenames to _t + +per-channel filters + * invert + * edge detection + +channel discovery / enumeration +note exit condition/reconnection details for backends |