Skip to content

Commit 75367f0

Browse files
committed
typo
1 parent 9fc8e44 commit 75367f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Include/Asio/MulticastReceiver.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ class CORE_LIBRARY_DLL_SHARED_API MulticastReceiver final
182182
/*! \brief Callback to pass endpoint details to message handler. */
183183
defs::message_received_handler_ex_t m_messageReceivedHandlerEx;
184184
/*! \brief Socket receive buffer. */
185-
std::array<char, MAX_UDP_DATAGRAM_SIZE> m_receiveBuffer;
185+
std::array<char, UDP_DATAGRAM_MAX_SIZE> m_receiveBuffer;
186186
/*! \brief Sender end-point. */
187187
boost_udp_t::endpoint m_senderEndpoint;
188188
/*! \brief The multicast socket. */

0 commit comments

Comments
 (0)