From 52fada92f5e502f77ad19486a98b896fdf667d85 Mon Sep 17 00:00:00 2001 From: Javier Date: Sun, 27 Dec 2015 05:22:52 +0100 Subject: fix fragmentation header parsing --- sapsocket.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sapsocket.h') diff --git a/sapsocket.h b/sapsocket.h index ce3c98b..59fcb3c 100644 --- a/sapsocket.h +++ b/sapsocket.h @@ -44,7 +44,7 @@ protected: private: bool isReliable() const; - bool isWithSeqNum() const; + bool supportsFragmentation() const; void sendBlockAck(int seqNum); void sendPacket(int seqNum, const QByteArray &data); -- cgit v1.2.3