Skip to content

Commit f364a9c

Browse files
committed
Doc clarification
1 parent 5bf31a1 commit f364a9c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/source/isotp/implementation.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,8 @@ The transport layer ``params`` parameter must be a dictionary with the following
142142

143143
**default: 4095**
144144

145-
The maximum frame length that the stack will accept to receive. ISO-15765-2:2016 allows frames as long as 2^32-1 (4294967295 bytes). When a FirstFrame is sent with a length longer than ``max_frame_size``, the message will be ignored, a FlowControl message with FlowStatus=2 (Overflow) will be sent and a :class:`FrameTooLongError<isotp.FrameTooLongError>` will be triggered.
145+
The maximum frame length that the stack will accept to receive. This value can be increased up to the maximum specified by ISO-15765-2:2016, e.g. 2^32-1 (4294967295 bytes).
146+
When a FirstFrame is sent with a length longer than ``max_frame_size``, the message will be ignored, a FlowControl message with FlowStatus=2 (Overflow) will be sent and a :class:`FrameTooLongError<isotp.FrameTooLongError>` will be triggered.
146147

147148
This parameter mainly is a protection to avoid crashes due to lack of memory (caused by an external device).
148149

0 commit comments

Comments
 (0)