Signed-off-by: Frediano Ziglio <fziglio@xxxxxxxxxx> --- README.Windows | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.Windows diff --git a/README.Windows b/README.Windows new file mode 100644 index 00000000..2274eba4 --- /dev/null +++ b/README.Windows @@ -0,0 +1,18 @@ +SPICE server Windows support +============================ + +SPICE server was ported from Unix/Linux to Windows. + +Mainly feature are present beside some specific ones: +- Unix sockets; +- signal handling; +- CLOEXEC flag (completely different handling on Windows); +- IPTOS_LOWDELAY flag (Linux specific); +- TCP_CORK (Linux/*BSD specific). + +Some feature could be ported too but currently are not: +- statistics exported through mapped files. Disabled by default and mainly + used mainly for development; +- filtering while recording (SPICE_WORKER_RECORD_FILTER environment). + Recording is used for debugging or development work; +- TCP_KEEPIDLE setting. Default is used. -- 2.17.2 _______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/spice-devel