diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/migrate/nng1.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ref/migrate/nng1.md b/docs/ref/migrate/nng1.md index 39968277..3004b880 100644 --- a/docs/ref/migrate/nng1.md +++ b/docs/ref/migrate/nng1.md @@ -78,6 +78,8 @@ Note that the new functions provide a reference to a static string, and thus do allocation, and the returned strings should not be freed. Also the IDs are provided as `uint16_t`, matching the actual wire protocol values, instead of `int`. +The `NNG_OPT_RAW` option has aso been replaced by a function, `nng_socket_raw`. + ## Statistics Use Constified Pointers A number of the statistics functions take, or return, `const nng_stat *` instead |
