summaryrefslogtreecommitdiff
path: root/sapsocket.h
diff options
context:
space:
mode:
authorJavier <dev.git@javispedro.com>2015-12-16 02:10:10 +0100
committerJavier <dev.git@javispedro.com>2015-12-16 02:10:10 +0100
commit309947a4316a94f4c5d43c9b39b733cc3bbab459 (patch)
treea339058f8e1c3045240d71ab961c7ec1effdd947 /sapsocket.h
parentaabf2deebb9619e21f1ebac0690c6b206b16b251 (diff)
downloadsapd-309947a4316a94f4c5d43c9b39b733cc3bbab459.tar.gz
sapd-309947a4316a94f4c5d43c9b39b733cc3bbab459.zip
implement session termination requests
Diffstat (limited to 'sapsocket.h')
-rw-r--r--sapsocket.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sapsocket.h b/sapsocket.h
index a2a360a..0452e9d 100644
--- a/sapsocket.h
+++ b/sapsocket.h
@@ -50,10 +50,13 @@ private:
const SAPChannelInfo _info;
bool _open;
QQueue<QByteArray> _in;
+ QQueue<QByteArray> _out;
QBasicTimer _timer;
/** Outgoing sequence number */
quint16 _outLastSeqNum;
+ /** Last acknowledged sent message. */
+ quint16 _outLastAck;
/** Next expected incoming sequence number */
quint16 _inLastSeqNum;