summaryrefslogtreecommitdiff
path: root/sapsocket.h
diff options
context:
space:
mode:
authorJavier <dev.git@javispedro.com>2015-12-27 05:22:52 +0100
committerJavier <dev.git@javispedro.com>2015-12-27 05:22:52 +0100
commit52fada92f5e502f77ad19486a98b896fdf667d85 (patch)
treeed52ee36df9f8360623335f85c64958b5add985b /sapsocket.h
parentc4da0adbbd4f83bf47b71046f01cd9f12742ec7e (diff)
downloadsapd-52fada92f5e502f77ad19486a98b896fdf667d85.tar.gz
sapd-52fada92f5e502f77ad19486a98b896fdf667d85.zip
fix fragmentation header parsing
Diffstat (limited to 'sapsocket.h')
-rw-r--r--sapsocket.h2
1 files changed, 1 insertions, 1 deletions
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);