-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule nng
updated
17 files
+1 −1 | CMakeLists.txt | |
+3 −3 | docs/CONTRIBUTING.adoc | |
+1 −1 | docs/man/nng_ctx.5.adoc | |
+1 −1 | docs/man/nng_dialer.5.adoc | |
+1 −1 | docs/man/nng_listener.5.adoc | |
+1 −1 | docs/man/nng_pipe.5.adoc | |
+1 −1 | docs/man/nng_send.3.adoc | |
+1 −1 | docs/man/nng_socket.5.adoc | |
+1 −0 | docs/man/nng_stream_recv.3str.adoc | |
+9 −6 | include/nng/nng.h | |
+1 −1 | include/nng/protocol/reqrep0/rep.h | |
+18 −2 | src/platform/posix/posix_ipcconn.c | |
+18 −2 | src/platform/posix/posix_tcpconn.c | |
+2 −0 | src/platform/windows/win_io.c | |
+1 −5 | src/platform/windows/win_ipcconn.c | |
+0 −6 | src/platform/windows/win_ipcdial.c | |
+1 −1 | src/platform/windows/win_tcpconn.c |