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

daemon: Generate transfer_id on server side #1517

Merged
merged 1 commit into from
Jun 11, 2024

Commits on May 29, 2024

  1. daemon: Generate transfer_id on server side

    The list_fd() method of the Rpm interface uses a unique transfer_id to
    identify which particular file descriptor transfer has finished.
    Previously, it was the client's responsibility to pass this unique
    identifier to the server in the list_fd() method call. With this patch,
    the identifier is generated on the server side, simplifying the method's
    usage for clients.
    
    Resolves: #1493
    m-blaha committed May 29, 2024
    Configuration menu
    Copy the full SHA
    8178703 View commit details
    Browse the repository at this point in the history