diff options
| author | Garrett D'Amore <garrett@damore.org> | 2017-01-26 21:13:54 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2017-01-26 21:13:54 -0800 |
| commit | 93d72cab018ddbdb35a03e450b5725a2a7e58eb6 (patch) | |
| tree | 412a842fc59b0dde87b4f11df182ad05f7f505fa /src/nng_compat.h | |
| parent | aaaa3ce10abb95fe0dfdb9700c69b34112b25252 (diff) | |
| download | nng-93d72cab018ddbdb35a03e450b5725a2a7e58eb6.tar.gz nng-93d72cab018ddbdb35a03e450b5725a2a7e58eb6.tar.bz2 nng-93d72cab018ddbdb35a03e450b5725a2a7e58eb6.zip | |
Fixes for BUS protocol in compat, test suite, and timing in compat tests.
Diffstat (limited to 'src/nng_compat.h')
| -rw-r--r-- | src/nng_compat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nng_compat.h b/src/nng_compat.h index aa0f5a2c..edf4bd6a 100644 --- a/src/nng_compat.h +++ b/src/nng_compat.h @@ -74,7 +74,7 @@ extern "C" { #define NN_PULL (NN_PROTO_PIPELINE * 16 + 1) #define NN_SURVEYOR (NN_PROTO_SURVEY * 16 + 2) #define NN_RESPONDENT (NN_PROTO_SURVEY * 16 + 3) -#define NN_BUS (NN_PROTO_BUS * 16 + 1) +#define NN_BUS (NN_PROTO_BUS * 16 + 0) #define NN_SOCKADDR_MAX 128 #define NN_SOL_SOCKET 0 |
