1
0
mirror of https://github.com/wolfpld/tracy synced 2025-04-29 04:23:51 +00:00
Leander Beernaert 4201ebb28d ListenSocket: Fallback to ipv4
If we can't create a listener socket with the ipv6 protocol, try to
create one with the ipv4 protocol instead. This fixes the ListenSocket
on machines where ipv6 is not available or has been completely disabled.

This patch also exists ListenSocket::Listen() early if we fail to create
the socket.
2020-04-09 12:23:51 +02:00
..
2019-05-01 16:53:48 +02:00
2019-05-01 16:53:48 +02:00
2018-07-11 01:33:27 +02:00
2019-11-15 20:17:55 +01:00
2020-02-22 16:02:02 +01:00
2020-04-09 12:23:51 +02:00