File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ param LocalEid: Cfdp.EntityId \
44
55@ Maximum number of bytes to put into a file PDU
66param 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
1010param RxCrcCalcBytesPerCycle: U32 \
11- default 16384
11+ default 65536
1212
1313@ Default CFDP channel for fileIn port-initiated file transfers
1414param 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 } \
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments