mirror of
https://github.com/zeromq/libzmq.git
synced 2025-11-07 05:58:45 +01:00
more fixes to (e)pgm transport
This commit is contained in:
committed by
Martin Sustrik
parent
96d85b2098
commit
d14be62499
@@ -59,9 +59,16 @@ namespace zmq
|
||||
|
||||
// i_poll_events interface implementation.
|
||||
void in_event ();
|
||||
void timer_event (int token);
|
||||
|
||||
private:
|
||||
|
||||
// RX timeout timer ID.
|
||||
enum {rx_timer_id = 0xa1};
|
||||
|
||||
// RX timer is running.
|
||||
bool has_rx_timer;
|
||||
|
||||
// If joined is true we are already getting messages from the peer.
|
||||
// It it's false, we are getting data but still we haven't seen
|
||||
// beginning of a message.
|
||||
|
||||
Reference in New Issue
Block a user