diff options
| author | Javier <dev.git@javispedro.com> | 2015-12-27 05:22:52 +0100 |
|---|---|---|
| committer | Javier <dev.git@javispedro.com> | 2015-12-27 05:22:52 +0100 |
| commit | 52fada92f5e502f77ad19486a98b896fdf667d85 (patch) | |
| tree | ed52ee36df9f8360623335f85c64958b5add985b /sapsocket.h | |
| parent | c4da0adbbd4f83bf47b71046f01cd9f12742ec7e (diff) | |
| download | sapd-52fada92f5e502f77ad19486a98b896fdf667d85.tar.gz sapd-52fada92f5e502f77ad19486a98b896fdf667d85.zip | |
fix fragmentation header parsing
Diffstat (limited to 'sapsocket.h')
| -rw-r--r-- | sapsocket.h | 2 |
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); |
