There was an error while loading. Please reload this page.
1 parent 5fb0bd2 commit 24a0d5aCopy full SHA for 24a0d5a
1 file changed
src/lib/asiolink/udp_socket.h
@@ -94,6 +94,9 @@ class UDPSocket : public IOAsioSocket<C> {
94
/// data asynchronously to the remote endpoint. The callback will be called
95
/// on completion.
96
///
97
+ /// @note: this uses a boost asio buffer which does not own the data
98
+ /// so it is the responsibility of the caller to keep the data valid.
99
+ ///
100
/// \param data Data to send
101
/// \param length Length of data to send
102
/// \param endpoint Target of the send
0 commit comments