LaunchAPPL/Serial: three packets in flight should be enough

This commit is contained in:
Wolfgang Thaller 2018-04-27 00:25:48 +02:00
parent 6eb7da51c3
commit d11c708e57

View File

@ -8,9 +8,8 @@
class ReliableStream : public StreamWrapper
{
static const int maxInFlight = 4;
static const int maxInFlight = 3;
static const int packetSize = 1024;
void sendOnePacket();
void sendPackets();