You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New function to forward ACK/DONE/NOOP message to handler
Introducing these public functions to allow forwarding ACK/DONE/NOOP
message to handler:
* `Connection::set_forward_noop()`
* `Connection::set_forward_done()`
* `Connection::set_forward_ack()`
By default, we still drop these messages, so rtnetlink/ethtool crates
will not be impacted. If any protocol require the handle of
ACK/DONE/NOOP in handler, please invoke these functions during
connection setup( e.g. rtnetlink has function `new_connection()`).
Signed-off-by: Gris Ge <[email protected]>
0 commit comments