commit | 892d10a705077083489f0ed4861af123433ff811 | [log] [tgz] |
---|---|---|
author | Tim Waugh <twaugh@redhat.com> | Wed Mar 11 13:12:07 2015 +0000 |
committer | Tim Waugh <twaugh@redhat.com> | Fri Mar 13 16:19:50 2015 +0000 |
tree | 45a19cc088a7603eb51f1d9917efd087e0458eda | |
parent | a85363daa80697bda35c789b9ffca53dc7c3c71b [diff] |
Fixed IPv6 support. The TcpListener constructor now takes a 'struct sockaddr*' instead of a string, and the createTcpListeners function creates TcpListener instances for an address based on the results from getaddrinfo(). The XserverDesktop class now takes a list of TcpListener instances for each of the RFB and HTTP sockets. The TcpListener::closeFd member variable is not used and has been removed.