This repository has been archived by the owner on Oct 13, 2023. It is now read-only.
v0.4.1: Fix Bugs in Linux
Bugs Fixed:
- When Local IP is bound to UDP socket, UDP Broadcast/Multicast/Loopback packets can't be received in Linux. Should use QHostAddress::AnyIPv4 instead.
Reference: 在Linux下绑定到特定IP的socket无法收到UDP广播包
Features Improved:
- Add global macro definition LOCAL_TEST in config.h for local tests. Should be disabled in actual tests in case of receiving loopback packets. (Especially in textchat dialog...)