--- 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; }; // -------------------------------------------------------------------------------------------------