[Spice-devel] [PATCH spice-server v3 32/32] Add some notes for the Windows port
Frediano Ziglio
fziglio at redhat.com
Mon Jan 7 18:02:15 UTC 2019
Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
---
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..a953813d
--- /dev/null
+++ b/README.Windows
@@ -0,0 +1,18 @@
+SPICE server Windows support
+============================
+
+SPICE server was ported from Unix/Linux to Windows.
+
+Most features are present, with some exceptions:
+- Unix sockets;
+- signal handling;
+- CLOEXEC flag (completely different handling on Windows);
+- IPTOS_LOWDELAY flag (Linux specific);
+- TCP_CORK (Linux/*BSD specific).
+
+Some features could be ported but currently are not:
+- statistics exported through mapped files. Disabled by default and mainly
+ used 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.20.1
More information about the Spice-devel
mailing list