Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
senf
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
wiback
senf
Commits
13b762bd
Commit
13b762bd
authored
17 years ago
by
g0dil
Browse files
Options
Downloads
Patches
Plain Diff
Close bugs: #11525
parent
3fabf8b2
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Socket/ClientSocketHandle.hh
+9
-8
9 additions, 8 deletions
Socket/ClientSocketHandle.hh
with
9 additions
and
8 deletions
Socket/ClientSocketHandle.hh
+
9
−
8
View file @
13b762bd
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment