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

fix: keep forwarding Ack & Done & Noop messages #4

Closed
wants to merge 1 commit into from

Conversation

xtexChooser
Copy link

Closes rust-netlink/netlink-sys#5

I do not know why these packets should be dropped.
In some cases, like WireGuard(rust-netlink/netlink-sys#5 gluxon/wireguard-uapi-rs#28 embeddable-wg-library/wireguard.c#L1185) and nl80211(jbaublitz/neli#134), The request only responses Ack. Without Ack, we can not know whether an operation is done actually.

@cathay4t
Copy link
Member

cathay4t commented Jan 23, 2023

I do not know why these packets should be dropped. is not a great commit message for a patch.

Could you investigate kernel code and provide detailed reason?

You may wait me to do the investigation but it might take a while.

@cathay4t
Copy link
Member

The patch has been merged as 563e862

Closing as already done.

@cathay4t cathay4t closed this Jan 10, 2024
@cathay4t
Copy link
Member

cathay4t commented Apr 8, 2024

My bad on closing this without patch been merged. Let me create new PR and continue the work.

@cathay4t
Copy link
Member

cathay4t commented Apr 8, 2024

Let me reopen this PR and work on it for full context.

@cathay4t cathay4t reopened this Apr 8, 2024
@cathay4t
Copy link
Member

cathay4t commented Apr 9, 2024

@xtexChooser I know it has been 1 year, but could you review new PR at #22 and let me know whether that fit your requirements on wireguard netlink protocol?

@xtexChooser
Copy link
Author

Hi! Sorry for my late coming. It seems good to me. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Dropping ACK packets
2 participants