diff options
| author | Garrett D'Amore <garrett@damore.org> | 2017-09-27 15:14:14 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2017-09-27 15:14:14 -0700 |
| commit | 0736a958673683a9bfe0bf577b696f49c7bd8302 (patch) | |
| tree | 93f1995f7e7130ffe31cc9701be6b390faabd6e7 /src/nng.c | |
| parent | 64db0f085be0c9efc6dca8d9e72d3e5a47cb792e (diff) | |
| download | nng-0736a958673683a9bfe0bf577b696f49c7bd8302.tar.gz nng-0736a958673683a9bfe0bf577b696f49c7bd8302.tar.bz2 nng-0736a958673683a9bfe0bf577b696f49c7bd8302.zip | |
Remove last vestiges of integer option numbers.
Diffstat (limited to 'src/nng.c')
| -rw-r--r-- | src/nng.c | 13 |
1 files changed, 0 insertions, 13 deletions
@@ -1013,16 +1013,3 @@ nng_thread_destroy(void *arg) NNI_FREE_STRUCT(thr); } - -// Constant option definitions. These are for well-known options, -// so that the vast majority of consumers don't have to look these up. - -const char *nng_opt_raw = "raw"; -const char *nng_opt_recvmaxsz = "recv-size-max"; -const char *nng_opt_maxttl = "ttl-max"; -const char *nng_opt_protocol = "protocol"; -const char *nng_opt_transport = "transport"; -const char *nng_opt_locaddr = "local-address"; -const char *nng_opt_remaddr = "remote-address"; -// Well known protocol options. -const char *nng_opt_surveyor_surveytime = "surveyor:survey-time"; |
