third_party.pigweed.src/targets/host
Jason Graffius 322d594f36 pw_stream: Add client-side SocketStream support
Adds the SocketStream::Connect member function, allowing a SocketStream
to be established from the client side of a socket rather than only the
serving side as before.

Additionally, this change renames the existing Init member function to
Serve instead to make it clear that it is not required before calling
Connect and is instead an alternative way of establishing a SocketStream
connection.

Change-Id: Ib3fdb9f5405eee92ae1a166c64e990cb9c05fca7
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/31261
Pigweed-Auto-Submit: Jason Graffius <jgraff@google.com>
Commit-Queue: Auto-Submit <auto-submit@pigweed.google.com.iam.gserviceaccount.com>
Reviewed-by: Alexei Frolov <frolv@google.com>
Reviewed-by: Keir Mierle <keir@google.com>
2021-02-24 19:16:52 +00:00
..
BUILD s/pw_hdlc_lite/pw_hdlc/g 2021-01-11 21:16:53 +00:00
BUILD.gn s/pw_hdlc_lite/pw_hdlc/g 2021-01-11 21:16:53 +00:00
CMakeLists.txt s/pw_hdlc_lite/pw_hdlc/g 2021-01-11 21:16:53 +00:00
linux.bloaty
macos.bloaty
macos.gni
run_test
run_test.bat
system_rpc_server.cc pw_stream: Add client-side SocketStream support 2021-02-24 19:16:52 +00:00
target_docs.rst
target_toolchains.gni pw_thread: adds thread creation 2021-02-19 21:37:16 +00:00