summaryrefslogtreecommitdiff
path: root/tests/linger.cpp
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2012-02-16 10:06:36 +0900
committerMartin Sustrik <sustrik@250bpm.com>2012-02-16 10:06:36 +0900
commita376c91494c954491fd424f3b51ab4579b9846a2 (patch)
treee306cef422138378720daa843703fc94331ad08e /tests/linger.cpp
parentfb1209c72bbfd431b61fa4588785586d24ef67c9 (diff)
XS_CTX_MAX_SOCKETS option implemented
To implement context options properly, initialisation of context is postponed till creation of the first socket. In the meantime it is possible to set socket options. Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
Diffstat (limited to 'tests/linger.cpp')
-rw-r--r--tests/linger.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/linger.cpp b/tests/linger.cpp
index 5c0480c..35de303 100644
--- a/tests/linger.cpp
+++ b/tests/linger.cpp
@@ -24,7 +24,7 @@ int XS_TEST_MAIN ()
{
fprintf (stderr, "linger test running...\n");
- // Create REQ/XREP wiring.
+ // Create socket.
void *ctx = xs_init (1);
assert (ctx);
void *s = xs_socket (ctx, XS_PUSH);