Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
libjaylink
libjaylink
Commits
fbd360cc
Commit
fbd360cc
authored
Nov 25, 2020
by
Marc Schink
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
socket: Minor documentation cleanup
Signed-off-by:
Marc Schink
<
dev@zapb.de
>
parent
91e282fa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
libjaylink/socket.c
libjaylink/socket.c
+2
-2
No files found.
libjaylink/socket.c
View file @
fbd360cc
...
...
@@ -326,7 +326,7 @@ JAYLINK_PRIV bool socket_get_option(int sock, int level, int option,
}
/**
* Set
an option on
a socket.
* Set
the value of
a socket
option
.
*
* @param[in] sock Socket descriptor.
* @param[in] level Level at which the option is defined.
...
...
@@ -334,7 +334,7 @@ JAYLINK_PRIV bool socket_get_option(int sock, int level, int option,
* @param[in] value Buffer of the value to be set.
* @param[in] length Length of the value buffer in bytes.
*
* @return Whether the option was set successfully.
* @return Whether the option
value
was set successfully.
*/
JAYLINK_PRIV
bool
socket_set_option
(
int
sock
,
int
level
,
int
option
,
const
void
*
value
,
size_t
length
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment