Commit 7edac164 authored by Joseph Noir's avatar Joseph Noir

Update socket documentation

parent 47679ed2
...@@ -31,7 +31,7 @@ namespace caf { ...@@ -31,7 +31,7 @@ namespace caf {
namespace net { namespace net {
/// An internal endpoint for sending or receiving data. Can be either a /// An internal endpoint for sending or receiving data. Can be either a
/// ::network_socket or a ::pipe_socket. /// ::network_socket, ::pipe_socket, ::stream_socket, or ::datagram_socket.
struct socket : abstract_socket<socket> { struct socket : abstract_socket<socket> {
using super = abstract_socket<socket>; using super = abstract_socket<socket>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment