Skip to content
Snippets Groups Projects
Commit 13b762bd authored by g0dil's avatar g0dil
Browse files

Close bugs: #11525

parent 3fabf8b2
No related branches found
No related tags found
No related merge requests found
...@@ -267,14 +267,15 @@ namespace senf { ...@@ -267,14 +267,15 @@ namespace senf {
\see \ref readfrom() */ \see \ref readfrom() */
char * readfrom (char * start, char * end, Address & from); char * readfrom (char * start, char * end, Address & from);
///< Read data into memory buffer ///< Read data into memory buffer
/**< This variant will read data into the memory area at \c /**< This variant will read data into the memory area from
buffer of size \c size. This is the most performant \a start to before \a end. This is guaranteed to be the
version of readfrom(). most efficient version of readfrom().
\param[in] buffer address of buffer to store data at \param[in] start address of buffer to store data at
\param[in] size size of buffer \param[in] end address one past the end of the buffer
\param[out] from peer address \param[out] from peers address from which the data was
\returns Number of bytes read received
\see \ref readfrom() */ \returns pointer past the end of the data read
\see \ref read() */
/** \brief Write data to socket /** \brief Write data to socket
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment