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
388353c6
Commit
388353c6
authored
17 years ago
by
dw6
Browse files
Options
Downloads
Patches
Plain Diff
cleaning
parent
b9cf0c89
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Socket/Protocols/INet/RawInetSocketHandle.cc
+2
-2
2 additions, 2 deletions
Socket/Protocols/INet/RawInetSocketHandle.cc
Socket/Protocols/INet/RawInetSocketHandle.hh
+2
-2
2 additions, 2 deletions
Socket/Protocols/INet/RawInetSocketHandle.hh
with
4 additions
and
4 deletions
Socket/Protocols/INet/RawInetSocketHandle.cc
+
2
−
2
View file @
388353c6
...
...
@@ -32,7 +32,7 @@
///////////////////////////////cc.p////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////
// senf::
UDPv
4SocketProtocol
// senf::
RawV
4SocketProtocol
prefix_
void
senf
::
RawV4SocketProtocol
::
init_client
()
const
...
...
@@ -65,7 +65,7 @@ prefix_ std::auto_ptr<senf::SocketProtocol> senf::RawV4SocketProtocol::clone()
}
///////////////////////////////////////////////////////////////////////////
// senf::
UDPv
6SocketProtocol::
// senf::
RawV
6SocketProtocol::
prefix_
void
senf
::
RawV6SocketProtocol
::
init_client
()
const
...
...
This diff is collapsed.
Click to expand it.
Socket/Protocols/INet/RawInetSocketHandle.hh
+
2
−
2
View file @
388353c6
...
...
@@ -136,10 +136,10 @@ namespace senf {
\par Address Type:
INet6Address
RawV6SocketProtocol provides an internet protocol
stream
socket based on IPv6 addressing.
RawV6SocketProtocol provides an internet protocol
raw
socket based on IPv6 addressing.
This socket will put data written to it onto the IPv6 layer: if you call writeto don't inlude the header!
On the other hand `read` will return the packet data on top of the IPv6 layer, excluding the IP header.
N
B
: This behaviour is differs from the behaviour of IPv4 RAW sockets.
N
ote
: This behaviour is differs from the behaviour of IPv4 RAW sockets.
This class is utilized as the protocol class of the ProtocolClientSocketHandle
via the Socket Handle typedefs above.
...
...
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