Added integral sockopt -- "router_raw"

This commit is contained in:
dr7ana
2024-01-30 12:28:49 -08:00
parent 3f6fe441e4
commit 03cfaaed0d
2 changed files with 7 additions and 0 deletions

View File

@@ -364,6 +364,10 @@ TEST_CASE("socket check integral options", "[socket]")
check_integral_opt<int>(zmq::sockopt::router_mandatory, router,
"router_mandatory", true);
#endif
#ifdef ZMQ_ROUTER_RAW
check_integral_opt<int>(zmq::sockopt::router_raw, router, "router_raw",
true);
#endif
#ifdef ZMQ_ROUTER_NOTIFY
check_integral_opt<int>(zmq::sockopt::router_notify, router, "router_notify");
#endif