From 840f968d9318e07b0b7cde97b8461f330f8a4573 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sun, 27 Dec 2020 21:31:10 -0800 Subject: fixes #1386 remove NNI_PROTO_FLAG_NOMSGQ --- src/protocol/reqrep0/rep.c | 2 +- src/protocol/reqrep0/req.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/protocol/reqrep0') diff --git a/src/protocol/reqrep0/rep.c b/src/protocol/reqrep0/rep.c index 2f10d3d6..aa32d249 100644 --- a/src/protocol/reqrep0/rep.c +++ b/src/protocol/reqrep0/rep.c @@ -692,7 +692,7 @@ static nni_proto rep0_proto = { .proto_version = NNI_PROTOCOL_VERSION, .proto_self = { NNG_REP0_SELF, NNG_REP0_SELF_NAME }, .proto_peer = { NNG_REP0_PEER, NNG_REP0_PEER_NAME }, - .proto_flags = NNI_PROTO_FLAG_SNDRCV | NNI_PROTO_FLAG_NOMSGQ, + .proto_flags = NNI_PROTO_FLAG_SNDRCV, .proto_sock_ops = &rep0_sock_ops, .proto_pipe_ops = &rep0_pipe_ops, .proto_ctx_ops = &rep0_ctx_ops, diff --git a/src/protocol/reqrep0/req.c b/src/protocol/reqrep0/req.c index fc12cb89..cb3c9395 100644 --- a/src/protocol/reqrep0/req.c +++ b/src/protocol/reqrep0/req.c @@ -856,7 +856,7 @@ static nni_proto req0_proto = { .proto_version = NNI_PROTOCOL_VERSION, .proto_self = { NNG_REQ0_SELF, NNG_REQ0_SELF_NAME }, .proto_peer = { NNG_REQ0_PEER, NNG_REQ0_PEER_NAME }, - .proto_flags = NNI_PROTO_FLAG_SNDRCV | NNI_PROTO_FLAG_NOMSGQ, + .proto_flags = NNI_PROTO_FLAG_SNDRCV, .proto_sock_ops = &req0_sock_ops, .proto_pipe_ops = &req0_pipe_ops, .proto_ctx_ops = &req0_ctx_ops, -- cgit v1.2.3-70-g09d2