Remeved the commented BUGFIX tags

This commit is contained in:
Kayne Ruse
2014-09-10 17:00:13 +10:00
parent 712d94d3b2
commit ad2c65dc67
5 changed files with 3 additions and 7 deletions
+1 -1
View File
@@ -26,7 +26,7 @@
#include <stdexcept>
//BUGFIX: memset() is used before sending a packet to remove old data; you don't want to send sensitive data over the network
//NOTE: memset() is used before sending a packet to remove old data; you don't want to send sensitive data over the network
//NOTE: don't confuse SerialPacketBase with UDPpacket
void UDPNetworkUtility::Open(int port) {