diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | doc/xs_socket.txt | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -61,6 +61,7 @@ bin/ lib/ obj/ builds/msvc/*.suo +builds/msvc/*.sdf builds/msvc/*/*.user builds/msvc/*/Debug builds/msvc/*/Release diff --git a/doc/xs_socket.txt b/doc/xs_socket.txt index 217850f..7c37fc0 100644 --- a/doc/xs_socket.txt +++ b/doc/xs_socket.txt @@ -53,7 +53,7 @@ another with a "full fence" memory barrier. .Socket types Crossroads defines several messaging patterns which encapsulate exact semantics -of a particular topology. For example, publush-subscribe pattern defines data +of a particular topology. For example, publish-subscribe pattern defines data distribution trees while request-reply defines networks of shared stateless services. Each pattern defines several socket types (roles in the pattern). |