Skip to content

Commit f702d35

Browse files
Brian-CampuzanoJose Martinez
authored andcommitted
Rewording to make spell checker happy
1 parent bd0dcdd commit f702d35

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • Svc/Ccsds/CfdpManager/docs

Svc/Ccsds/CfdpManager/docs/sdd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ sequenceDiagram
306306
- NAK processing during file data transmission:
307307
- NAKs received during file data transmission (before EOF is sent) are processed immediately
308308
- Requested gap segments are queued and retransmitted with priority over new file data
309-
- This allows gaps to be filled proactively as they are detected, rather than waiting for EOF acknowledgment
309+
- This allows gaps to be filled immediately upon detection, rather than waiting for EOF acknowledgment
310310
- FIN PDU from receiver confirms final delivery status
311311
- Timers ensure protocol progress and detect failures
312312
- Spacecraft ACK timer: Armed when EOF is sent with duration `ChannelConfig.ack_timer`, cancelled when ACK(EOF) or FIN is received. If the timer expires before receiving acknowledgment, the spacecraft retransmits EOF and rearms the timer. After `ChannelConfig.ack_limit` retries without acknowledgment, the transaction is abandoned with status `ACK_LIMIT_NO_EOF`

0 commit comments

Comments
 (0)