sources/network/udpsocket.h

changeset 152
6be21be4bea1
parent 109
e4966d7e615d
child 157
42bb29924218
--- a/sources/network/udpsocket.h	Wed Jul 20 17:53:13 2016 +0300
+++ b/sources/network/udpsocket.h	Wed Jul 20 18:20:20 2016 +0300
@@ -38,8 +38,8 @@
 
 struct Datagram
 {
-	Bytestream data;
-	IPAddress from;
+	Bytestream message;
+	IPAddress address;
 };
 
 // -------------------------------------------------------------------------------------------------

mercurial