Re: [Spice-devel] [PATCH v2] usbredirserver: add support for bind specific address

2017-11-20 Thread Frediano Ziglio
> > At 2017-11-17 19:23:30, "Frediano Ziglio" wrote: > >> > >> From: Chen Hanxiao > >> > >> We bind our listen address to in6addr_any, which may be > >> unsecure with multi network cards that belong to > >> internal or external networks. > >> > >> This patch introduces option -4 and -6 to bin

Re: [Spice-devel] [PATCH v2] usbredirserver: add support for bind specific address

2017-11-17 Thread Chen Hanxiao
At 2017-11-17 19:23:30, "Frediano Ziglio" wrote: >> >> From: Chen Hanxiao >> >> We bind our listen address to in6addr_any, which may be >> unsecure with multi network cards that belong to >> internal or external networks. >> >> This patch introduces option -4 and -6 to bind a specific >> add

Re: [Spice-devel] [PATCH v2] usbredirserver: add support for bind specific address

2017-11-17 Thread Frediano Ziglio
> > From: Chen Hanxiao > > We bind our listen address to in6addr_any, which may be > unsecure with multi network cards that belong to > internal or external networks. > > This patch introduces option -4 and -6 to bind a specific > address. > > Signed-off-by: Chen Hanxiao > --- > v2: > repla

Re: [Spice-devel] [PATCH v2] usbredirserver: add support for bind specific address

2017-11-17 Thread Marc-André Lureau
Hi - Original Message - > From: Chen Hanxiao > > We bind our listen address to in6addr_any, which may be > unsecure with multi network cards that belong to > internal or external networks. > > This patch introduces option -4 and -6 to bind a specific > address. > > Signed-off-by: Chen

[Spice-devel] [PATCH v2] usbredirserver: add support for bind specific address

2017-11-17 Thread Chen Hanxiao
From: Chen Hanxiao We bind our listen address to in6addr_any, which may be unsecure with multi network cards that belong to internal or external networks. This patch introduces option -4 and -6 to bind a specific address. Signed-off-by: Chen Hanxiao --- v2: replace strerror with perror fix