summaryrefslogtreecommitdiff
path: root/doc/TODO
diff options
context:
space:
mode:
authorsss <sss@dark-alexandr.net>2023-01-17 00:38:19 +0300
committersss <sss@dark-alexandr.net>2023-01-17 00:38:19 +0300
commitcc3f33db7a8d3c4ad373e646b199808e01bc5d9b (patch)
treeec09d690c7656ab5f2cc72607e05fb359c24d8b2 /doc/TODO
added webrdp public code
Diffstat (limited to 'doc/TODO')
-rw-r--r--doc/TODO9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/TODO b/doc/TODO
new file mode 100644
index 0000000..9f0b7d6
--- /dev/null
+++ b/doc/TODO
@@ -0,0 +1,9 @@
+Optimization:
+ core:
+ ws_protocol:
+ 1. zero copy sending api
+ ws-protocol:
+ 1. compaction (currently all data stored as arrays of int32, including char (int8) arrays)
+ rdp module:
+ 1. use internal resource management via new switchable transport freerdp api
+