VNC: Partition/rename some functionality. Add framework to support a reading and writing thread.

This commit is contained in:
Gregory Nutt
2016-04-17 08:20:14 -06:00
parent 9bdc08e013
commit c767686b3d
9 changed files with 532 additions and 377 deletions
+9 -1
View File
@@ -34,13 +34,21 @@ config VNCSERVER_NDISPLAYS
Normally this should be one.
config VNCSERVER_PRIO
int "VNC server thread priority"
int "VNC server task priority"
default 100
config VNCSERVER_STACKSIZE
int "VNC server stack size"
default 2048
config VNCSERVER_UPDATER_PRIO
int "VNC updater thread priority"
default 100
config VNCSERVER_UPDATER_STACKSIZE
int "VNC updater thread stack size"
default 2048
choice
prompt "VNC color format"
default VNCSERVER_COLORFMT_RGB16