Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
L
libzmq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
libzmq
Commits
fc1099ff
Commit
fc1099ff
authored
Nov 13, 2015
by
Constantin Rack
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Problem: documentation shows wrong default value
Solution: fix documentation
parent
ec41f654
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
zmq_getsockopt.txt
doc/zmq_getsockopt.txt
+4
-4
zmq_setsockopt.txt
doc/zmq_setsockopt.txt
+4
-4
No files found.
doc/zmq_getsockopt.txt
View file @
fc1099ff
...
...
@@ -745,8 +745,8 @@ The default value is 8192.
[horizontal]
Option value type:: int
Option value unit::
N/A
Default value::
3
Option value unit::
>0
Default value::
8192
Applicable socket types:: all, when using TCP transport
ZMQ_TCP_SEND_BUFFER: Size of the TCP receive buffer
...
...
@@ -758,8 +758,8 @@ The default value is 8192.
[horizontal]
Option value type:: int
Option value unit::
N/A
Default value::
3
Option value unit::
>0
Default value::
8192
Applicable socket types:: all, when using TCP transport
RETURN VALUE
...
...
doc/zmq_setsockopt.txt
View file @
fc1099ff
...
...
@@ -1080,8 +1080,8 @@ The default value is 8192.
[horizontal]
Option value type:: int
Option value unit::
N/A
Default value::
3
Option value unit::
>0
Default value::
8192
Applicable socket types:: all, when using TCP transport
ZMQ_TCP_SEND_BUFFER: Size of the TCP receive buffer
...
...
@@ -1093,8 +1093,8 @@ The default value is 8192.
[horizontal]
Option value type:: int
Option value unit::
N/A
Default value::
3
Option value unit::
>0
Default value::
8192
Applicable socket types:: all, when using TCP transport
RETURN VALUE
...
...
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