diff options
| author | Garrett D'Amore <garrett@damore.org> | 2018-04-30 13:15:41 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2018-04-30 13:34:04 -0700 |
| commit | 264ed002f15645193ad53d4ba51218365d979699 (patch) | |
| tree | c4ed06d8ffd65bbdf9d94f994c96cecb17f56c81 /docs/man/nng_compat.3compat.adoc | |
| parent | 2b0d31553e542c130e2595ff9a3ac9756a2c1619 (diff) | |
| download | nng-264ed002f15645193ad53d4ba51218365d979699.tar.gz nng-264ed002f15645193ad53d4ba51218365d979699.tar.bz2 nng-264ed002f15645193ad53d4ba51218365d979699.zip | |
fixes #384 Add NN_PROTOCOL and related
Diffstat (limited to 'docs/man/nng_compat.3compat.adoc')
| -rw-r--r-- | docs/man/nng_compat.3compat.adoc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/man/nng_compat.3compat.adoc b/docs/man/nng_compat.3compat.adoc index 9029fb05..f46fc7df 100644 --- a/docs/man/nng_compat.3compat.adoc +++ b/docs/man/nng_compat.3compat.adoc @@ -115,9 +115,9 @@ Consequently, socket numbers can become quite large, and should probably not be used for array indices. NOTE: The following options (`nn_getsockopt`) are unsupported: -`NN_PROTOCOL`, `NN_SNDPRIO`, `NN_RCVPRIO`, `NN_IPV4ONLY`. -Some of these will probably be added back in the future when -the relevant support is added to _nng_. +`NN_IPC_INBUFSZ`, `NN_OUTBUFSZ`, `NN_SNDPRIO`, `NN_RCVPRIO`, `NN_IPV4ONLY`. +Some of these may be supported in the future when the relevant support +is added to _nng_. NOTE: Access to statistics using this legacy API (`<<nn_get_statistic.3compat#,nn_get_statistic()>>`) is unsupported. |
