forked from linux-can/can-utils
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
isotpsend: add support for transmission without flow control
Usually the ISO 15765-2 protocol is a point-to-point protocol to transfer segmented PDUs to a dedicated receiver. This receiver sends a flow control message to specify protocol options and timings (e.g. block size / STmin). The so called functional addressing communication allows a 1:N communication but is limited to a single frame length. The new CAN_ISOTP_CF_BROADCAST flag introduced in Linux 5.19 allows an unconfirmed 1:N communication with PDU lengths that would not fit into a single frame. This feature is not covered by the ISO 15765-2 standard. The isotpsend tool gets a new option '-C' to enable this unconfirmed 1:N communication by setting the CAN_ISOTP_CF_BROADCAST flag. Signed-off-by: Oliver Hartkopp <[email protected]>
- Loading branch information
Showing
2 changed files
with
30 additions
and
17 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
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