From e7dfd0a9d66637ff9ee33132a6f0bd07083aec86 Mon Sep 17 00:00:00 2001 From: Christian Beier Date: Mon, 27 Feb 2012 15:19:52 +0100 Subject: IPv6 support for LibVNCServer, part two: Let the http server listen on IPv6, too. As done with the RFB sockets, this uses a separate-socket approach as well. --- rfb/rfb.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'rfb') diff --git a/rfb/rfb.h b/rfb/rfb.h index 9e9fbfe..bf4e011 100644 --- a/rfb/rfb.h +++ b/rfb/rfb.h @@ -383,6 +383,8 @@ typedef struct _rfbScreenInfo don't support dual binding sockets under *any* circumstances, for instance OpenBSD */ SOCKET listen6Sock; + int http6Port; + SOCKET httpListen6Sock; } rfbScreenInfo, *rfbScreenInfoPtr; -- cgit v1.2.3