Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

large File Uplink fails due to PacketOutOfOrder #43

Closed
sheershak-agarwal opened this issue Feb 8, 2022 · 1 comment
Closed

large File Uplink fails due to PacketOutOfOrder #43

sheershak-agarwal opened this issue Feb 8, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@sheershak-agarwal
Copy link

sheershak-agarwal commented Feb 8, 2022

F´ Version v2.0.0 and later
Affected Component FileUplink

Problem Description

When uplinking a big file(>1MB), f' throws PacketOutOfOrder.

Example Events:
022-02-08T03:58:03.286Z | 0x7ff | fileUplink.PacketOutOfOrder | WARNING_HI | Received packet 49 after packet 34
2022-02-08T03:58:03.304Z | 0x7ff | fileUplink.PacketOutOfOrder | WARNING_HI | Received packet 54 after packet 49

How to Reproduce

  1. Changed Topology.cpp QUEUE_SIZE so that f` can receive large files.
enum
{
  UPLINK_BUFFER_STORE_SIZE = 3000,
  UPLINK_BUFFER_QUEUE_SIZE = 25000,
  UPLINK_BUFFER_MGR_ID = 200
};
  1. Try uplinking large files over the network.

Expected Behavior

FileUplink should be able to upload files without losing packets.
Maybe put a delay in GDS while sending files or make changes in fprime to request for missed packets or account for out of order packets.

@LeStarch
Copy link
Collaborator

Moved already (see above)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants