[Spice-devel] [PATCH spice-server 33/33] Add some notes for the Windows port
Jonathon Jongsma
jjongsma at redhat.com
Thu Jan 3 16:11:40 UTC 2019
On Fri, 2018-12-21 at 12:03 +0000, Frediano Ziglio wrote:
> 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..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:
"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 feature could be ported too but currently are not:
"feature" -> "features". Remove "too"
> +- statistics exported through mapped files. Disabled by default and
> mainly
> + used mainly for development;
Duplicated "mainly"
> +- filtering while recording (SPICE_WORKER_RECORD_FILTER
> environment).
> + Recording is used for debugging or development work;
> +- TCP_KEEPIDLE setting. Default is used.
More information about the Spice-devel
mailing list