From 34ceda3c2dd4990d15e0341e86861dd291003f63 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Thu, 10 Aug 2017 16:33:09 -0700 Subject: Add new PAIR_V1 protocol. The PAIR_V1 protocol supports both raw and cooked modes, and has loop prevention included. It also has a polyamorous mode, wherein it allows multiple connections to be established. In polyamorous mode (set by an option), the sender requests a paritcular pipe by setting it on the message. We default to PAIR_V1 now. --- src/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index ad6c025e..9ecce72c 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -108,7 +108,8 @@ set (NNG_SOURCES protocol/bus/bus.c - protocol/pair/pair.c + protocol/pair/pair_v0.c + protocol/pair/pair_v1.c protocol/pipeline/pull.c protocol/pipeline/push.c -- cgit v1.2.3-70-g09d2