diff include/UdpClient.h @ 53:6907e2177eb8 ultra-staging

Fixed bugs in Udp classes, updated tests
author Giulio Moro <giuliomoro@yahoo.it>
date Sun, 07 Jun 2015 14:58:34 +0100
parents f5b5c648cd5d
children 3068421c0737
line wrap: on
line diff
--- a/include/UdpClient.h	Wed May 20 18:07:16 2015 +0100
+++ b/include/UdpClient.h	Sun Jun 07 14:58:34 2015 +0100
@@ -23,6 +23,8 @@
 		int port;
 		int enabled;
 		int outSocket;
+		bool isSetPort;
+		bool isSetServer;
 		struct sockaddr_in destinationServer;
 	public:
 		UdpClient();