mirror of
https://github.com/autc04/Retro68.git
synced 2025-01-15 15:33:44 +00:00
LaunchAPPL/Serial: three packets in flight should be enough
This commit is contained in:
parent
6eb7da51c3
commit
d11c708e57
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user