-
Notifications
You must be signed in to change notification settings - Fork 18
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 aws-c-io
updated
10 files
+1 −0 | include/aws/io/channel_bootstrap.h | |
+1 −0 | include/aws/io/private/tls_channel_handler_shared.h | |
+10 −2 | include/aws/io/socket.h | |
+52 −28 | source/channel_bootstrap.c | |
+97 −16 | source/darwin/nw_socket.c | |
+12 −2 | source/posix/socket.c | |
+6 −2 | source/socket.c | |
+7 −1 | source/windows/iocp/socket.c | |
+5 −1 | tests/CMakeLists.txt | |
+13 −13 | tests/socket_test.c |