diff options
author | Martin Sustrik <sustrik@250bpm.com> | 2012-02-16 10:03:31 +0900 |
---|---|---|
committer | Martin Sustrik <sustrik@250bpm.com> | 2012-02-16 10:03:31 +0900 |
commit | cbe7ecfe9f5bda7b3f4a09c5907931ca2e9fc5c6 (patch) | |
tree | 58c00f6299cad61c7973e233b4560f37c6da5d52 | |
parent | f4002c039773db302351360cf49ce4cffd42aae2 (diff) |
TODO added
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
-rw-r--r-- | src/socket_base.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/socket_base.cpp b/src/socket_base.cpp index e932990..79472d1 100644 --- a/src/socket_base.cpp +++ b/src/socket_base.cpp @@ -861,6 +861,7 @@ void xs::socket_base_t::terminated (pipe_t *pipe_) void xs::socket_base_t::extract_flags (msg_t *msg_) { // Test whether IDENTITY flag is valid for this socket type. + // TODO: Connection should be closed here! if (unlikely (msg_->flags () & msg_t::identity)) xs_assert (options.recv_identity); |