qt6-bb10/examples/network/network-chat
Thiago Macieira 2f9d49630d Examples: fix network-chat in the presence of an IPv6 stack
Since we bind to QHostAddress::Any, the incoming packets are actually
IPv4-mapped IPv6 addresses and the operator== strict comparison was
failing. Instead, use isEqual(), which defaults to TolerantComparison.

Change-Id: Ic38ec929fc3f4bb795dafffd150ac6b3a0a7e3b2
Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
2018-05-05 06:20:01 +00:00
..
chatdialog.cpp Unify license header usage. 2016-03-29 10:20:03 +00:00
chatdialog.h Unify license header usage. 2016-03-29 10:20:03 +00:00
chatdialog.ui Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
client.cpp Unify license header usage. 2016-03-29 10:20:03 +00:00
client.h Unify license header usage. 2016-03-29 10:20:03 +00:00
connection.cpp Unify license header usage. 2016-03-29 10:20:03 +00:00
connection.h Examples: Replace 'Q_DECL_OVERRIDE' by 'override' 2016-06-15 09:32:30 +00:00
main.cpp Unify license header usage. 2016-03-29 10:20:03 +00:00
network-chat.pro qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
peermanager.cpp Examples: fix network-chat in the presence of an IPv6 stack 2018-05-05 06:20:01 +00:00
peermanager.h Unify license header usage. 2016-03-29 10:20:03 +00:00
server.cpp Unify license header usage. 2016-03-29 10:20:03 +00:00
server.h Examples: Replace 'Q_DECL_OVERRIDE' by 'override' 2016-06-15 09:32:30 +00:00