From 702e018ca9e780bb076033ce5d1d370d4eb7319e Mon Sep 17 00:00:00 2001 From: Javier Date: Mon, 14 Dec 2015 01:52:17 +0100 Subject: properly handle data frames with sequence numbers --- sapconnection.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sapconnection.cc') diff --git a/sapconnection.cc b/sapconnection.cc index 970ad11..3d8ef5d 100644 --- a/sapconnection.cc +++ b/sapconnection.cc @@ -28,7 +28,7 @@ QList SAPConnection::sockets() void SAPConnection::close() { - // TODO + // TODO implement termination of connections } void SAPConnection::setSocket(int channelId, SAPSocket *socket) -- cgit v1.2.3