diff options
| author | Garrett D'Amore <garrett@damore.org> | 2020-12-27 21:31:10 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2020-12-27 21:31:10 -0800 |
| commit | 840f968d9318e07b0b7cde97b8461f330f8a4573 (patch) | |
| tree | 51ff4036d5ee43bd27efa5475484f3439f19b686 /src/protocol/survey0/respond.c | |
| parent | e86ac84769e8467d0503840aedce208881eae1a6 (diff) | |
| download | nng-840f968d9318e07b0b7cde97b8461f330f8a4573.tar.gz nng-840f968d9318e07b0b7cde97b8461f330f8a4573.tar.bz2 nng-840f968d9318e07b0b7cde97b8461f330f8a4573.zip | |
fixes #1386 remove NNI_PROTO_FLAG_NOMSGQ
Diffstat (limited to 'src/protocol/survey0/respond.c')
| -rw-r--r-- | src/protocol/survey0/respond.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocol/survey0/respond.c b/src/protocol/survey0/respond.c index 993e3243..ad551c8f 100644 --- a/src/protocol/survey0/respond.c +++ b/src/protocol/survey0/respond.c @@ -680,7 +680,7 @@ static nni_proto resp0_proto = { .proto_version = NNI_PROTOCOL_VERSION, .proto_self = { NNI_PROTO_RESPONDENT_V0, "respondent" }, .proto_peer = { NNI_PROTO_SURVEYOR_V0, "surveyor" }, - .proto_flags = NNI_PROTO_FLAG_SNDRCV | NNI_PROTO_FLAG_NOMSGQ, + .proto_flags = NNI_PROTO_FLAG_SNDRCV, .proto_sock_ops = &resp0_sock_ops, .proto_pipe_ops = &resp0_pipe_ops, .proto_ctx_ops = &resp0_ctx_ops, |
