Skip to content

Commit

Permalink
encryption in WBTx - default to true
Browse files Browse the repository at this point in the history
  • Loading branch information
Consti10 committed Aug 10, 2023
1 parent 877fba3 commit 58e19c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WBStreamTx.h
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ class WBStreamTx {
void process_enqueued_packet(const EnqueuedPacket& packet);
void process_enqueued_block(const EnqueuedBlock& block);
void send_packet(const uint8_t* packet,int packet_len);
std::atomic<bool> m_enable_encryption=false;
std::atomic<bool> m_enable_encryption=true;
};

#endif // WIFIBROADCAST_WBSTREAMTX_H

0 comments on commit 58e19c6

Please sign in to comment.