Commit e8b6b150 authored by Joseph Noir's avatar Joseph Noir

Update socket documentation

parent 263614dc
......@@ -31,7 +31,7 @@ namespace caf {
namespace net {
/// 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> {
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