Searched hist:"4 ee74fa7082a1a521dc5f7a4b61a62b61d1480b2" (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/ui/ |
H A D | vnc.h | diff 4ee74fa7082a1a521dc5f7a4b61a62b61d1480b2 Fri Feb 03 06:06:44 CST 2017 Daniel P. Berrange <berrange@redhat.com> ui: refactor VncDisplay to allow multiple listening sockets
Currently there is only a single listener for plain VNC and a single listener for websockets VNC. This means that if getaddrinfo() returns multiple IP addresses, for a hostname, the VNC server can only listen on one of them. This is just bearable if listening on wildcard interface, or if the host only has a single network interface to listen on, but if there are multiple NICs and the VNC server needs to listen on 2 or more specific IP addresses, it can't be done.
This refactors the VncDisplay state so that it holds an array of listening sockets, but still only listens on one socket.
Reviewed-by: Eric Blake <eblake@redhat.com> Signed-off-by: Daniel P. Berrange <berrange@redhat.com> Message-id: 20170203120649.15637-4-berrange@redhat.com Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
|
H A D | vnc.c | diff 4ee74fa7082a1a521dc5f7a4b61a62b61d1480b2 Fri Feb 03 06:06:44 CST 2017 Daniel P. Berrange <berrange@redhat.com> ui: refactor VncDisplay to allow multiple listening sockets
Currently there is only a single listener for plain VNC and a single listener for websockets VNC. This means that if getaddrinfo() returns multiple IP addresses, for a hostname, the VNC server can only listen on one of them. This is just bearable if listening on wildcard interface, or if the host only has a single network interface to listen on, but if there are multiple NICs and the VNC server needs to listen on 2 or more specific IP addresses, it can't be done.
This refactors the VncDisplay state so that it holds an array of listening sockets, but still only listens on one socket.
Reviewed-by: Eric Blake <eblake@redhat.com> Signed-off-by: Daniel P. Berrange <berrange@redhat.com> Message-id: 20170203120649.15637-4-berrange@redhat.com Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
|