sources/network/udpsocket.h

branch
protocol5
changeset 153
82aac80a2f1d
parent 152
6be21be4bea1
child 157
42bb29924218
--- a/sources/network/udpsocket.h	Wed Jul 20 17:57:35 2016 +0300
+++ b/sources/network/udpsocket.h	Wed Jul 20 18:24:13 2016 +0300
@@ -38,8 +38,8 @@
 
 struct Datagram
 {
-	Bytestream data;
-	IPAddress from;
+	Bytestream message;
+	IPAddress address;
 };
 
 // -------------------------------------------------------------------------------------------------

mercurial