diff -r 7643c21d546b -r 6be21be4bea1 sources/network/udpsocket.h --- 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; }; // -------------------------------------------------------------------------------------------------