-
Notifications
You must be signed in to change notification settings - Fork 11
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
Dropping ACK packets #5
Comments
It seems that |
I replaced that line in |
Ops, the ACK is dropped in |
The ACK message is very important for WG operations. I think there should be at least a option to make the ACK forwarded. |
rust-netlink/netlink-proto#22 is created for this request. Please check there. Thank you! |
strace --trace=%net,%file,%ipc -f
At:
The code is here. After I sent a Wireguard SET_DEVICE, I called
await?
to get response but gotNone
. However, the strace shows the call finished. I tryed some other parameters even got a EINVAL but stillNone
.I tested the example in
netlink-packet-wireguard
, it works.But when I apply this diff, the example failed:
With this patch, if a ACK message is received,
ukn rx
should be printed, but it does not.The text was updated successfully, but these errors were encountered: