-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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]>
- Loading branch information
Showing
1 changed file
with
35 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters