From 77df82f5d66683f4928c4ad37f1deb77b79bb7df Mon Sep 17 00:00:00 2001 From: B3n30 Date: Sat, 15 Jul 2017 21:24:11 +0200 Subject: Network: Changed timeout for receiving packets to 100ms --- src/network/room_member.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/network/room_member.h') diff --git a/src/network/room_member.h b/src/network/room_member.h index fce608c82..bc1af3a7e 100644 --- a/src/network/room_member.h +++ b/src/network/room_member.h @@ -15,7 +15,7 @@ namespace Network { /// Information about the received WiFi packets. /// Acts as our own 802.11 header. struct WifiPacket { - enum class PacketType { Beacon, Data, Authentication, AssociationResponse }; + enum class PacketType : u8 { Beacon, Data, Authentication, AssociationResponse }; PacketType type; ///< The type of 802.11 frame. std::vector data; ///< Raw 802.11 frame data, starting at the management frame header /// for management frames. -- cgit v1.2.3