NWM_UDS:: Check flags in SendTo (#3481)

* NWM_UDS:: Check flags in SendTo

* NWM_UDS: SendTo from Host to only oneClient

* fix u8 in flags

* Send node_map to clients

* Libnetwork: Increase libnetwork version

* Broadcast on dest_node_id 0xFFFF

* fixup: dest_node_id offset

* fixup: dest_node_id offset part 2

* Adressed wwyleles feedback

* Adressed wwylele's nits
This commit is contained in:
Ben 2018-03-27 14:01:29 +02:00 committed by Weiyi Wang
parent 05cf7fe70a
commit 4be12d5f56
3 changed files with 92 additions and 21 deletions

View file

@ -12,7 +12,7 @@
namespace Network {
constexpr u32 network_version = 1; ///< The version of this Room and RoomMember
constexpr u32 network_version = 2; ///< The version of this Room and RoomMember
constexpr u16 DefaultRoomPort = 24872;