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
19b64709
Unverified
Commit
19b64709
authored
Jan 28, 2019
by
Simon Giesecke
Committed by
GitHub
Jan 28, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3374 from bluca/hurd
Problem: one more test fails on GNU/Hurd
parents
fe4e3333
9fae3d1f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
Makefile.am
Makefile.am
+3
-0
zmq_getsockopt.txt
doc/zmq_getsockopt.txt
+1
-0
No files found.
Makefile.am
View file @
19b64709
...
...
@@ -1044,10 +1044,13 @@ if !ON_LINUX
XFAIL_TESTS
+=
tests/test_abstract_ipc
endif
# GNU/Hurd does not support getsockname on IPC, so ZMQ_LAST_ENDPOINT cannot be
# used with IPC, so the following tests will fail
if
ON_GNU
XFAIL_TESTS
+=
tests/test_ipc_wildcard
\
tests/test_reqrep_ipc
\
tests/test_pair_ipc
\
tests/test_rebind_ipc
\
tests/test_term_endpoint
endif
...
...
doc/zmq_getsockopt.txt
View file @
19b64709
...
...
@@ -370,6 +370,7 @@ The 'ZMQ_LAST_ENDPOINT' option shall retrieve the last endpoint bound for
TCP and IPC transports. The returned value will be a string in the form of
a ZMQ DSN. Note that if the TCP host is INADDR_ANY, indicated by a *, then
the returned address will be 0.0.0.0 (for IPv4).
Note: not supported on GNU/Hurd with IPC due to non-working getsockname().
[horizontal]
Option value type:: NULL-terminated character string
...
...
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