Skip to content

Commit 6634aac

Browse files
author
Jose Martinez
committed
Update defaults to speed up transactions
1 parent 99340f8 commit 6634aac

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Svc/Ccsds/CfdpManager/Parameters.fppi

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ param LocalEid: Cfdp.EntityId \
44

55
@ Maximum number of bytes to put into a file PDU
66
param OutgoingFileChunkSize: U32 \
7-
default 480
7+
default 992
88

99
@ The maximum number of received bytes to calculate a CRC for in a single scheduler cycle
1010
param RxCrcCalcBytesPerCycle: U32 \
11-
default 16384
11+
default 65536
1212

1313
@ Default CFDP channel for fileIn port-initiated file transfers
1414
param FileInDefaultChannel: U8 \
@@ -40,7 +40,7 @@ param ChannelConfig: Cfdp.ChannelArrayParams \
4040
inactivity_timer = 30, \
4141
dequeue_enabled = Fw.Enabled.ENABLED, \
4242
move_dir = "", \
43-
max_outgoing_pdus_per_cycle = 32, \
43+
max_outgoing_pdus_per_cycle = 64, \
4444
tmp_dir = "/tmp", \
4545
fail_dir = "/fail" \
4646
}, \
@@ -51,7 +51,7 @@ param ChannelConfig: Cfdp.ChannelArrayParams \
5151
inactivity_timer = 30, \
5252
dequeue_enabled = Fw.Enabled.ENABLED, \
5353
move_dir = "", \
54-
max_outgoing_pdus_per_cycle = 32, \
54+
max_outgoing_pdus_per_cycle = 64, \
5555
tmp_dir = "/tmp", \
5656
fail_dir = "/fail" \
5757
} \

default/config/CfdpCfg.fpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ module Svc {
6262
@
6363
@ @par Limits:
6464
@ Must respect any CCSDS packet size limits on the system.
65-
constant MaxPduSize = 512
65+
constant MaxPduSize = 1024
6666
}
6767
}
6868
}

0 commit comments

Comments
 (0)