Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
L
libzmq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
libzmq
Commits
983eaecc
Commit
983eaecc
authored
Oct 16, 2014
by
Pieter Hintjens
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1212 from dstftw/fix-typos
Fix some typos
parents
08d90e8a
76d86c3f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
pipe.cpp
src/pipe.cpp
+1
-1
pipe.hpp
src/pipe.hpp
+3
-3
No files found.
src/pipe.cpp
View file @
983eaecc
...
...
@@ -388,7 +388,7 @@ void zmq::pipe_t::terminate (bool delay_)
state
=
term_ack_sent
;
}
// If there are pending messages still availabe, do nothing.
// If there are pending messages still availab
l
e, do nothing.
else
if
(
state
==
waiting_for_delimiter
)
{
}
...
...
src/pipe.hpp
View file @
983eaecc
...
...
@@ -98,10 +98,10 @@ namespace zmq
// Remove unfinished parts of the outbound message from the pipe.
void
rollback
();
// Flush the messages downsteam.
// Flush the messages downst
r
eam.
void
flush
();
// Temporar
a
ily disconnects the inbound message stream and drops
// Temporarily disconnects the inbound message stream and drops
// all the messages on the fly. Causes 'hiccuped' event to be generated
// in the peer.
void
hiccup
();
...
...
@@ -181,7 +181,7 @@ namespace zmq
// active: common state before any termination begins,
// delimiter_received: delimiter was read from pipe before
// term command was received,
// waiting_fo_delimiter: term command was already received
// waiting_fo
r
_delimiter: term command was already received
// from the peer but there are still pending messages to read,
// term_ack_sent: all pending messages were already read and
// all we are waiting for is ack from the peer,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment