aboutsummaryrefslogtreecommitdiff
path: root/src/nng.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nng.c')
-rw-r--r--src/nng.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/nng.c b/src/nng.c
index d30a8442..7a78357e 100644
--- a/src/nng.c
+++ b/src/nng.c
@@ -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";