Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
senf
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Contributor 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
f72d1685
Commit
f72d1685
authored
17 years ago
by
tho
Browse files
Options
Downloads
Patches
Plain Diff
tiny documentation updates
parent
ef55cdab
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Examples/UDPClientServer/Mainpage.dox
+3
-3
3 additions, 3 deletions
Examples/UDPClientServer/Mainpage.dox
Packets/PacketParser.hh
+1
-1
1 addition, 1 deletion
Packets/PacketParser.hh
Socket/SocketHandle.hh
+2
-2
2 additions, 2 deletions
Socket/SocketHandle.hh
with
6 additions
and
6 deletions
Examples/UDPClientServer/Mainpage.dox
+
3
−
3
View file @
f72d1685
...
...
@@ -31,11 +31,11 @@
senf/Example/udpServer directory and compiled with
<pre>
#scons -u
#
scons -u
<Then you can start the client/server with>
#./udpServer
#./udpClient
#
./udpServer
#
./udpClient
</pre>
When we take a look to the code, we start with the Server:
...
...
This diff is collapsed.
Click to expand it.
Packets/PacketParser.hh
+
1
−
1
View file @
f72d1685
...
...
@@ -339,7 +339,7 @@ namespace senf {
parsers if needed. */
Packet
packet
()
const
;
///< Get packet this parser is parsing from
/**< \
important
This member should only be used from packet
/**< \
note
This member should only be used from packet
parsers when access to previous or following packets is
needed e.g. for calculating checksums etc. */
...
...
This diff is collapsed.
Click to expand it.
Socket/SocketHandle.hh
+
2
−
2
View file @
f72d1685
...
...
@@ -127,7 +127,7 @@ namespace senf {
\param map string to string mapping to be filled with
state information
\param lod level of detail requested. The
\param lod level of
%
detail requested. The
interpretation of this value is protocol specific
\implementation This member will be re-implemented in
...
...
@@ -140,7 +140,7 @@ namespace senf {
/**< Formats the complete state map value and returns it as
a single multi-line string.
\param lod level of detail requested. The
\param lod level of
%
detail requested. The
interpretation of this value is protocol specific
\implementation This member will be re-implemented in
...
...
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